CONTAINER-CREATE(1) | Open Infrastructure | CONTAINER-CREATE(1) |
NAME¶
container-create - Create a container
SYNOPSIS¶
container create [OPTIONS] cnt cr [OPTIONS]
DESCRIPTION¶
The container-create command creates a container based on a script.
OPTIONS¶
The following container-create options are available:
-n, --name=NAME
-c, --capability=CAPABILITY
-d, --drop-capability=DROP_CAPABILITY
-s, --script=SCRIPT
-v, --verbose
-b, --bind=DIRECTORY:DIRECTORY[:OPTIONS][;DIRECTORY:DIRECTORY[:OPTIONS]]
--bind-ro=DIRECTORY:DIRECTORY[:OPTIONS][;DIRECTORY:DIRECTORY[:OPTIONS]]
--cnt-overlay=DIRECTORY_LOWER:DIRECTORY_UPPER:DIRECTORY_WORK:DIRECTORY_MERGED[;DIRECTORY_UPPER:DIRECTORY_LOWER:DIRECTORY_WORK:DIRECTORY_MERGED]
--cnt.overlay-options=OPTION1,OPTION2[;OPTION3,OPTION4]
SCRIPTS¶
The following container scripts are available:
curl
debootstrap
debconf
default
EXAMPLES¶
Create example.net container using curl script:
Create example.net container using debootstrap script:
Create example.net container using debconf script:
Create example.net container with the default create script and start it:
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 |