diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-04 11:26:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-04 11:29:20 +0000 |
commit | 7b3d219d85d52e0e2f712b9b4d42e924bbe47083 (patch) | |
tree | 65350315e4cd5c519636308f18706b5fada56969 /share/man/container-create.1.txt | |
parent | Releasing debian version 20190301-1. (diff) | |
download | open-infrastructure-compute-tools-7b3d219d85d52e0e2f712b9b4d42e924bbe47083.tar.xz open-infrastructure-compute-tools-7b3d219d85d52e0e2f712b9b4d42e924bbe47083.zip |
Merging upstream version 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 |