diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-04-21 17:46:16 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-06 12:00:31 +0000 |
commit | 7a0a1f92a6f8fa40d987f3e7c73abae7e790ea35 (patch) | |
tree | e9a2ae82cf38a11c0a4181c31f8fcb31151a79c7 /share/man/container-create-debootstrap.1.txt | |
parent | Adding upstream version 20160301. (diff) | |
download | open-infrastructure-compute-tools-7a0a1f92a6f8fa40d987f3e7c73abae7e790ea35.tar.xz open-infrastructure-compute-tools-7a0a1f92a6f8fa40d987f3e7c73abae7e790ea35.zip |
Adding upstream version 20160401.upstream/20160401
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/man/container-create-debootstrap.1.txt')
-rw-r--r-- | share/man/container-create-debootstrap.1.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/container-create-debootstrap.1.txt b/share/man/container-create-debootstrap.1.txt index 1c76711..360d7b6 100644 --- a/share/man/container-create-debootstrap.1.txt +++ b/share/man/container-create-debootstrap.1.txt @@ -1,4 +1,4 @@ -// Open Infrastructure: container-tools +// container-tools - Manage systemd-nspawn containers // Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net> // // This program is free software: you can redistribute it and/or modify @@ -24,7 +24,7 @@ CONTAINER-CREATE-DEBOOTSTRAP(1) NAME ---- -container-create-debootstrap - Create a Debian container with debootstrap +container-create-debootstrap - Create a basic Debian based container with debootstrap SYNOPSIS @@ -34,7 +34,7 @@ SYNOPSIS DESCRIPTION ----------- -The debootstrap container creation script uses debootstrap(8) to create a Debian container. +The debootstrap container creation script uses debootstrap(8) to create a Debian based container. This script creates a pure Debian system with three modificiations: @@ -65,10 +65,10 @@ The following script options are available: EXAMPLES -------- -*Create a Debian 8 (jessie) container with same architecture as the host system:*:: +*Create a Debian 8 (jessie) based container with same architecture as the host system:*:: sudo container create -s debootstrap -n jessie.example.net -*Create a Debian 8 (jessie) with different architecture as the host system:*:: +*Create a Debian 8 (jessie) based container with different architecture as the host system:*:: sudo container create -s debootstrap -n jessie-i386.example.net -- -a i386 |