diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-11-12 07:51:17 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-12-11 12:27:10 +0000 |
commit | d06d7b1b2e7ea48c42497ea6381a7d58ed4121e0 (patch) | |
tree | f41ae8266df0ed99de0941d748d523d6f289c4bc /share/man/container-create.1.txt | |
parent | Adding upstream version 20161105. (diff) | |
download | open-infrastructure-compute-tools-d06d7b1b2e7ea48c42497ea6381a7d58ed4121e0.tar.xz open-infrastructure-compute-tools-d06d7b1b2e7ea48c42497ea6381a7d58ed4121e0.zip |
Adding upstream version 20161112.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/man/container-create.1.txt')
-rw-r--r-- | share/man/container-create.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/container-create.1.txt b/share/man/container-create.1.txt index 4fe592f..6918585 100644 --- a/share/man/container-create.1.txt +++ b/share/man/container-create.1.txt @@ -64,6 +64,9 @@ SCRIPTS ------- The following container scripts are available: +*curl*:: + Basic script to create Debian based container, see container-create-curl(1). + *debootstrap*:: Basic script to create Debian based container, see container-create-debootstrap(1). @@ -76,6 +79,9 @@ The following container scripts are available: EXAMPLES -------- +*Create example.net container using curl script:*:: + sudo container create -n example.net -s curl + *Create example.net container using debootstrap script:*:: sudo container create -n example.net -s debootstrap |