diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 08:41:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:17:57 +0000 |
commit | 2cff4f3d417d56183060e98306d80d324a8ff7b2 (patch) | |
tree | 06e97c3e9cbf0429c7dec2b542d095508e66c9bc /share/man/container-create.1.txt | |
parent | Removing limit command until its completly tested. (diff) | |
download | compute-tools-2cff4f3d417d56183060e98306d80d324a8ff7b2.tar.xz compute-tools-2cff4f3d417d56183060e98306d80d324a8ff7b2.zip |
Removing curl container create script until its completly tested.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/man/container-create.1.txt')
-rw-r--r-- | share/man/container-create.1.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/share/man/container-create.1.txt b/share/man/container-create.1.txt index d36a694..6df0c2f 100644 --- a/share/man/container-create.1.txt +++ b/share/man/container-create.1.txt @@ -71,9 +71,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 +83,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 |