项目作者: stevenxie

项目描述 :
A basic Container Linux / Ignition configuration for CoreOS, and related distros.
高级语言: Shell
项目地址: git://github.com/stevenxie/container-linux-config.git
创建时间: 2018-05-21T21:53:35Z
项目社区:https://github.com/stevenxie/container-linux-config

开源协议:

下载


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.