CONTAINER-GET-CURL(1) | General Commands Manual | CONTAINER-GET-CURL(1) |
container-get-curl - Download a Debian based container by downloading a tarball over the network
container get -s curl ['OPTIONS']
The curl container download 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:
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.
The following script options are available:
Download a Debian 12 (bookworm) based container with same architecture as the host system:
Download a Debian 12 (bookworm) based container with different architecture as the host system:
The following files are used:
compute-tools(7), container(1).
More information about compute-tools and the Open Infrastructure project can be found on the homepage (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 (https://bugs.debian.org).
compute-tools were written by Daniel Baumann <daniel.baumann@open-infrastructure.net> and others.
compute-tools | Open Infrastructure |