diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-07-22 14:19:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-07-23 08:20:40 +0000 |
commit | 9e196f0e8ab5ebf3d01cceddb893eb91290c51c7 (patch) | |
tree | 07db7a585ea8318f50746a8ebd231ea3aebc9a20 /share/man | |
parent | Adding --setup option in curl container create script to manually specify a c... (diff) | |
download | compute-tools-9e196f0e8ab5ebf3d01cceddb893eb91290c51c7.tar.xz compute-tools-9e196f0e8ab5ebf3d01cceddb893eb91290c51c7.zip |
Updating container-create-curl manpage to match current curl container create script.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/container-create-curl.1.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/share/man/container-create-curl.1.txt b/share/man/container-create-curl.1.txt index 987c79e..2c588cf 100644 --- a/share/man/container-create-curl.1.txt +++ b/share/man/container-create-curl.1.txt @@ -54,14 +54,17 @@ The following script options are available: "--clean*:: Remove downloaded tarball after successfull container creation. -*--image='IMAGE'*:: - Specify the image name to download, defaults to debian-stretch-${ARCHITECTURE}.tar.xz (where ${ARCHITECTURE} is the host systems architecture). +*-p, --root-password='PASSWORD'*:: + Specify the root password, defaults to a random 16 character password. *--server='SERVER'*:: Specify the image server to download from, defaults to https://files.open-infrastructure.net/system/container/debian. -*-p, --root-password='PASSWORD'*:: - Specify the root password, defaults to a random 16 character password. +*--setup='SETUP'*:: + Specify the setup image name to download, defaults to the value specified through --system using the setup.tar.${COMPRESSION} suffix. + +*--system='SYSTEM'*:: + Specify the system image name to download, defaults to debian-stretch-current_${ARCHITECTURE}.system.tar.${COMPRESSION} (where ${ARCHITECTURE} is the host systems architecture and ${COMPRESSION} either lz, xz, or gz depending on compressor availability on the host system). EXAMPLES @@ -70,7 +73,7 @@ EXAMPLES sudo container create -s curl -n stretch.example.net *Create a Debian 9 (stretch) based container with different architecture as the host system:*:: - sudo container create -s curl -n stretch-i386.example.net -- --image debian-stretch-i386.tar.xz + sudo container create -s curl -n stretch-i386.example.net -- --system debian-stretch-current_i386.system.tar.xz FILES ----- |