1
0
mirror of https://github.com/rancher/os.git synced 2025-09-24 12:02:31 +00:00

syslog container doesn't exist in bootstrap docker

This commit is contained in:
Darren Shepherd
2015-04-06 07:03:51 -07:00
parent a0d3026623
commit b70373729b

View File

@@ -87,7 +87,8 @@ func NewConfig() *Config {
"/lib/modules:/lib/modules",
"/lib/firmware:/lib/firmware",
},
Image: "udev",
Image: "udev",
LogDriver: "json-file",
},
},
SystemContainers: map[string]*project.ServiceConfig{