CONTAINER-CREATE-C(1) | Open Infrastructure | CONTAINER-CREATE-C(1) |
container-create-curl - Create a Debian based container by downloading a tarball over the network
container create -s curl [OPTIONS]
The curl container creation script uses curl(1) to download a tarball over the network to create a Debian based container.
Depending on the tarball this script otherwise creates a pure Debian system with three modificiations:
The following script options are available:
-n, --name=NAME
-a, --architecture=ARCHITECTURE
"--clean*
-p, --root-password=PASSWORD
--server=SERVER
--setup=SETUP
--system=SYSTEM
Create a Debian 9 (stretch) based container with same architecture as the host system:
Create a Debian 9 (stretch) based container with different architecture as the host system:
The following files are used:
/etc/open-infrastructure/container/config
/usr/share/open-infrastructure/container/scripts
/usr/share/doc/compute-tools
/var/lib/machines
/var/cache/open-infrastructure/container
compute-tools will download tarballs from a server expecting that the images are tarballs with either gzip, lzip, xz, or no compression. See container-images.sh as an example on how to create your own container images.
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 |