CONTAINER-CREATE-D(1) | Open Infrastructure | CONTAINER-CREATE-D(1) |
container-create-debootstrap - Create a basic Debian based container with debootstrap or mmdebstrap
container create -s debootstrap [OPTIONS] cnt cr -s debootstrap [OPTIONS]
container create -s mmdebstrap [OPTIONS] cnt cr -s mmdebstrap [OPTIONS]
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:
The following script options are available:
-n, --name=NAME
-a, --architecture=ARCHITECTURE
-d, --distribution=DISTRIBUTION
-m, --mirror=MIRROR
-p, --root-password=PASSWORD
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:
More information about compute-tools and the Open Infrastructure project can be found on the homepage at https://open-infrastructure.net.
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.
compute-tools were written by Daniel Baumann <daniel.baumann@open-infrastructure.net> and others.
20210101 | compute-tools |