diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-13 05:05:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-22 14:29:30 +0000 |
commit | 5887a63a74e14a60f60eebc27a9e622598fe4cb3 (patch) | |
tree | 3f2ea5a71b8bc3828801d0d868e6d56e713eae50 /share/man | |
parent | Harmonizing manpage markup. (diff) | |
download | compute-tools-5887a63a74e14a60f60eebc27a9e622598fe4cb3.tar.xz compute-tools-5887a63a74e14a60f60eebc27a9e622598fe4cb3.zip |
Adding --clean option to curl container create script to remove downloaded tarball from cache after successfull container creation.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container-create-curl.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container-create-curl.1.txt b/share/man/container-create-curl.1.txt index 7965cc4..68fc0e2 100644 --- a/share/man/container-create-curl.1.txt +++ b/share/man/container-create-curl.1.txt @@ -51,6 +51,9 @@ The following script options are available: *-n, --name='NAME'*:: Specify container name. +"--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). |