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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user