A basic Container Linux / Ignition configuration for CoreOS, and related distros.
Check out the latest release!
To build a Container Linux config, run yarn make. This command reads src/basic-config.yml, parses it with Tools/ct (config-transpiler), prettifies it with prettier, and places it in the out/ directory.
Configurations are all stored in the src/ directory. There are two flavours currently available:
basic and full.
From release v0.3.0:
The basic flavor will be an almost-stock Container Linux experience, except for the custom
iptablesandsshdconfigurations.The full flavor comes with all of the above, as well as
docker-compose, custom.bash_aliases, a custom.vimrc, and a custom.bashrc.