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

Merge pull request #270 from ibuildthecloud/stuff

Manual merge of PR 255
This commit is contained in:
Darren Shepherd
2015-05-01 11:58:38 -07:00
148 changed files with 2428 additions and 18996 deletions

View File

@@ -79,10 +79,10 @@ outer:
Privileged: true,
Image: "autoformat",
Command: format,
Labels: []string{
config.DETACH + "=false",
config.SCOPE + "=" + config.SYSTEM,
},
Labels: project.NewSliceorMap(map[string]string{
config.DETACH: "false",
config.SCOPE: config.SYSTEM,
}),
LogDriver: "json-file",
Environment: []string{
"MAGIC=" + boot2dockerMagic,