mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
8 lines
348 B
Plaintext
8 lines
348 B
Plaintext
# ch-pull2dir
|
|
# Utility to pull an image from the Docker Hub and unpack it into a directory.
|
|
# More information: <https://github.com/hpc/charliecloud>.
|
|
|
|
# Pull Docker image named 'alpine:latest' from Docker Hub, then extract it into
|
|
# a subdirectory named '/var/tmp', in which a temporary tarball will be stored.
|
|
ch-pull2dir alpine:latest /var/tmp
|