You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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