summaryrefslogtreecommitdiffstats
path: root/share/man/container-create-debootstrap.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/container-create-debootstrap.1.txt')
-rw-r--r--share/man/container-create-debootstrap.1.txt10
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 2298be6..7f7d8fb 100644
--- a/share/man/container-create-debootstrap.1.txt
+++ b/share/man/container-create-debootstrap.1.txt
@@ -54,7 +54,7 @@ The following script options are available:
Specify the Debian architecture, defaults to the host systems architecture.
*-d, --distribution='DISTRIBUTION'*::
- Specify the Debian distribution, defaults to jessie.
+ Specify the Debian distribution, defaults to stretch.
*-m, --mirror='MIRROR'*::
Specify the Debian mirror, defaults to https://deb.debian.org/debian.
@@ -65,11 +65,11 @@ The following script options are available:
EXAMPLES
--------
-*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 9 (stretch) based container with same architecture as the host system:*::
+ sudo container create -s debootstrap -n stretch.example.net
-*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
+*Create a Debian 9 (stretch) based container with different architecture as the host system:*::
+ sudo container create -s debootstrap -n stretch-i386.example.net -- -a i386
SEE ALSO