1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

Farewell PID one

This change no longer runs Docker as PID 1.  Instead PID 1 is a very
simple zombie reaper and Docker is moved as a child of that PID.
This commit is contained in:
Darren Shepherd
2015-12-22 15:14:51 -07:00
parent 6df9841283
commit cd2829d220
6 changed files with 47 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ type DockerConfig struct {
CAKey string `yaml:"ca_key,omitempty"`
Environment []string `yaml:"environment,omitempty"`
StorageContext string `yaml:"storage_context,omitempty"`
Exec bool `yaml:"exec,omitempty"`
}
type StateConfig struct {