From 5ead5e97366d4a6d1b1dae9efcbf6ed3e49bd43c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 12 Nov 2016 02:01:13 +0100 Subject: Adding initial curl container create script. Signed-off-by: Daniel Baumann --- share/man/container-create.1.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'share/man/container-create.1.txt') 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 -- cgit v1.2.3