summaryrefslogtreecommitdiffstats
path: root/share/man/container-create-curl.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/container-create-curl.1.rst')
-rw-r--r--share/man/container-create-curl.1.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/container-create-curl.1.rst b/share/man/container-create-curl.1.rst
index cac7d5c..ce11006 100644
--- a/share/man/container-create-curl.1.rst
+++ b/share/man/container-create-curl.1.rst
@@ -80,22 +80,22 @@ The following script options are available:
--system='SYSTEM':
Specify the system image name to download, defaults to
- debian-stretch-current_${ARCHITECTURE}.system.tar.${COMPRESSION} (where
+ debian-bullseye-current_${ARCHITECTURE}.system.tar.${COMPRESSION} (where
${ARCHITECTURE} is the host systems architecture and ${COMPRESSION} either
lz, xz, or gz depending on compressor availability on the host system).
Examples
========
-Create a Debian 9 (stretch) based container with same architecture as the host
+Create a Debian 11 (bullseye) based container with same architecture as the host
system:
- sudo container create -s curl -n stretch.example.net
+ sudo container create -s curl -n bullseye.example.net
-Create a Debian 9 (stretch) based container with different architecture as the
+Create a Debian 11 (bullseye) based container with different architecture as the
host system:
- sudo container create -s curl -n stretch-i386.example.net -- --system debian-stretch-current_i386.system.tar.xz
+ sudo container create -s curl -n bullseye-i386.example.net -- --system debian-bullseye-current_i386.system.tar.xz
Files
=====