diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-12 01:01:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-12 07:47:21 +0000 |
commit | 5ead5e97366d4a6d1b1dae9efcbf6ed3e49bd43c (patch) | |
tree | a23a94fabbb0b82e9b3520990fe1683dc73595f2 /share/man/container-create.1.txt | |
parent | Correcting syntax in usage message of container create scripts. (diff) | |
download | compute-tools-5ead5e97366d4a6d1b1dae9efcbf6ed3e49bd43c.tar.xz compute-tools-5ead5e97366d4a6d1b1dae9efcbf6ed3e49bd43c.zip |
Adding initial curl container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-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 |