Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

A basic Container Linux / Ignition configuration for CoreOS, and related distros.

Notifications You must be signed in to change notification settings

hulloitskai/container-linux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

container-linux-config

A basic Container Linux / Ignition configuration for CoreOS, and related distros.

code style: prettier ct: v0.7.0 ignition: v2.1.0

Check out the latest release!

Usage

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 iptables and sshd configurations.

The full flavor comes with all of the above, as well as docker-compose, custom .bash_aliases, a custom .vimrc, and a custom .bashrc.