mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-19 03:25:44 +00:00
b7e75f1271
misc. cleanup
9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
# ch-build2dir
|
|
# Utility to build a Charliecloud image from Dockerfile and unpack it into a
|
|
# directory. More information: <https://github.com/hpc/charliecloud>.
|
|
|
|
# Build a Charliecloud image using ./Dockerfile.foo and create image
|
|
# directory /var/tmp/foo
|
|
ch-build2dir -t foo -f ./Dockerfile.foo . /var/tmp
|
|
|