mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
8 lines
315 B
Plaintext
8 lines
315 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
|
||
|
|