CONTAINER-CREATE-D(1) | Open Infrastructure | CONTAINER-CREATE-D(1) |
NAME¶
container-create-debootstrap - Create a basic Debian based container with debootstrap or mmdebstrap
SYNOPSIS¶
container create -s debootstrap [OPTIONS] cnt cr -s debootstrap [OPTIONS]
container create -s mmdebstrap [OPTIONS] cnt cr -s mmdebstrap [OPTIONS]
DESCRIPTION¶
The debootstrap container creation script uses debootstrap(8) or mmdebstrap(1) to create a Debian based container.
This script creates a pure Debian system with three modificiations:
OPTIONS¶
The following script options are available:
-n, --name=NAME
-a, --architecture=ARCHITECTURE
-d, --distribution=DISTRIBUTION
-m, --mirror=MIRROR
-p, --root-password=PASSWORD
EXAMPLES¶
Create a Debian 9 (stretch) based container with same architecture as the host system using debootstrap:
Create a Debian 9 (stretch) based container with different architecture as the host system using mmdebstrap:
SEE ALSO¶
HOMEPAGE¶
More information about compute-tools and the Open Infrastructure project can be found on the homepage at https://open-infrastructure.net.
CONTACT¶
Bug reports, feature requests, help, patches, support and everything else are welcome on the Open Infrastructure Software Mailing List <software@lists.open-infrastructure.net>.
Debian specific bugs can also be reported in the Debian Bug Tracking System at https://bugs.debian.org.
AUTHORS¶
compute-tools were written by Daniel Baumann <daniel.baumann@open-infrastructure.net> and others.
20210101 | compute-tools |