1
0
mirror of https://github.com/rancher/os.git synced 2025-07-01 09:11:48 +00:00

Rename userdocker to docker to be more consistent with other distros

This commit is contained in:
Darren Shepherd 2015-05-02 23:06:20 -07:00
parent 03d232ce87
commit 45d9c54b9a
3 changed files with 5 additions and 5 deletions

View File

@ -279,8 +279,8 @@ func NewConfig() *Config {
},
LogDriver: "json-file",
},
"userdocker": {
Image: "userdocker",
"docker": {
Image: "docker",
Restart: "always",
Privileged: true,
Pid: "host",
@ -296,15 +296,15 @@ func NewConfig() *Config {
"all-volumes",
},
},
"userdockerwait": {
Image: "userdockerwait",
"dockerwait": {
Image: "dockerwait",
Net: "host",
Labels: project.NewSliceorMap(map[string]string{
DETACH: "false",
SCOPE: SYSTEM,
}),
Links: []string{
"userdocker",
"docker",
},
VolumesFrom: []string{
"all-volumes",