2020-11-10 15:18:56 +00:00
|
|
|
# ch-grow
|
2020-11-10 15:42:53 +00:00
|
|
|
# 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>.
|
2020-11-10 15:18:56 +00:00
|
|
|
|
2020-11-12 03:38:29 +00:00
|
|
|
# Build image 'bar' using './foo/bar/Dockerfile' and context dir './foo/bar'.
|
2020-11-10 15:18:56 +00:00
|
|
|
ch-grow build -t bar -f ./foo/bar/Dockerfile ./foo/bar
|
|
|
|
|
2020-11-12 03:38:29 +00:00
|
|
|
# Download the Debian Buster image and place it in '/tmp/buster'.
|
2020-11-10 15:18:56 +00:00
|
|
|
ch-grow pull debian:buster /tmp/buster
|