diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-03-07 15:29:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-04-03 10:09:13 +0000 |
commit | 7e9400406ab4a7213d4ca1c7af576bfa601a1712 (patch) | |
tree | 58de4e9b84383a0971f5707e50182041681e90e1 /share/man/container-create.1.txt | |
parent | Allowing @NAME@ variable in preseed files to allow for more flexibel preseed ... (diff) | |
download | compute-tools-7e9400406ab4a7213d4ca1c7af576bfa601a1712.tar.xz compute-tools-7e9400406ab4a7213d4ca1c7af576bfa601a1712.zip |
Allowing multiple container commands to be executed in a row.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container-create.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container-create.1.txt b/share/man/container-create.1.txt index 9176b84..a45c1f2 100644 --- a/share/man/container-create.1.txt +++ b/share/man/container-create.1.txt @@ -88,6 +88,9 @@ EXAMPLES *Create example.net container using debconf script:*:: sudo container create -n example.net -s debconf +*Create example.net container with the default create script and start it:*:: + sudo container create,start -n example.net + SEE ALSO -------- container-tools(7), |