mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
# ch-pull2tar
|
|
# Utility to pull an image from the Docker Hub and flatten it into a tarball.
|
|
# More information: <https://github.com/hpc/charliecloud>.
|
|
|
|
# Pull a Docker image named 'alpine:latest' from Docker Hub and flatten it into
|
|
# a Charliecloud tarball in the directory '/var/tmp'.
|
|
ch-pull2tar alpine:latest /var/tmp
|