mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
8 lines
346 B
Plaintext
8 lines
346 B
Plaintext
# ch-build
|
||
# Utility to build a Charliecloud image and place it in the builder’s back-end
|
||
# storage. More information: <https://github.com/hpc/charliecloud>.
|
||
|
||
# Create an image tagged foo and specified by the file /bar/Dockerfile. Use
|
||
# /bar as the Docker context directory. Use the default builder.
|
||
ch-build -t foo --file=/bar/Dockerfile /bar
|