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.

11 lines
452 B
Plaintext

# ch-grow
# Utility to build and manage Charliecloud images but not running them.
# It is completely unprivileged, with no setuid/setgid/setcap helpers.
# More information: <https://github.com/hpc/charliecloud>.
# Build image 'bar' using './foo/bar/Dockerfile' and context dir './foo/bar'.
ch-grow build -t bar -f ./foo/bar/Dockerfile ./foo/bar
# Download the Debian Buster image and place it in '/tmp/buster'.
ch-grow pull debian:buster /tmp/buster