2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
cheat.sheets/sheets/ch-build
2020-11-12 03:38:29 +00:00

8 lines
346 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ch-build
# Utility to build a Charliecloud image and place it in the builders 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