diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-02 10:39:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-02 10:39:34 +0000 |
commit | c0d285f4b03b176f1e1b5e4ac8968f2c8aa4492d (patch) | |
tree | da3f1fbc3889d6dbe20584434250ed673b84682d /share/man/container-create.1.txt | |
parent | Releasing debian version 20190222-1. (diff) | |
download | open-infrastructure-compute-tools-c0d285f4b03b176f1e1b5e4ac8968f2c8aa4492d.tar.xz open-infrastructure-compute-tools-c0d285f4b03b176f1e1b5e4ac8968f2c8aa4492d.zip |
Merging upstream version 20190301.
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 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/container-create.1.txt b/share/man/container-create.1.txt index d36a694..5ba4637 100644 --- a/share/man/container-create.1.txt +++ b/share/man/container-create.1.txt @@ -31,6 +31,7 @@ container-create - Create a container SYNOPSIS -------- *container create* ['OPTIONS'] +*cnt cr* ['OPTIONS'] DESCRIPTION @@ -71,9 +72,6 @@ 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). @@ -86,9 +84,6 @@ 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 |