mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-21 08:22:24 +01:00
Create a tar ball with the contents of the / and /usr partitions to be used as follows with systemd-nspawn (via machinectl): machinectl import-tar flatcar-container.tar.gz flatcar-container machinectl start flatcar-container machinectl shell flatcar-container or with docker by converting it to an OCI image: docker import -c "CMD /bin/bash" flatcar-container.tar.gz flatcar-container Since the new "prodtar" command relies on the results of the "prod" command, it bundles it so that "prod prodtar" and "prodtar" is the same.
CoreOS Container Linux SDK scripts
Welcome to the scripts repo, your starting place for most things here in the CoreOS Container Linux SDK. To get started you can find our documentation on the CoreOS website.
Description
Languages
Shell
93%
Python
6.9%