diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-04 11:13:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-04 11:13:21 +0000 |
commit | 8696fd8d894485814ec1ab23095c54024a19c1eb (patch) | |
tree | 3e0304db7770ff05bfe6ed0ce711ebd0c38182da /share/man/container-create.1.txt | |
parent | Adding upstream version 20190301-lts1. (diff) | |
download | open-infrastructure-compute-tools-8696fd8d894485814ec1ab23095c54024a19c1eb.tar.xz open-infrastructure-compute-tools-8696fd8d894485814ec1ab23095c54024a19c1eb.zip |
Adding upstream version 20190304.upstream/20190304
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 5ba4637..7f1f0a9 100644 --- a/share/man/container-create.1.txt +++ b/share/man/container-create.1.txt @@ -72,6 +72,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). @@ -84,6 +87,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 |