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

Fix invalid reference to old userdockerwait

This commit is contained in:
Darren Shepherd
2015-05-05 13:37:25 -07:00
parent 6b929abdea
commit cff8052a3b

View File

@@ -209,7 +209,7 @@ func (c *Container) parseService() {
}
if c.requiresUserDocker() {
c.addLink("userdockerwait")
c.addLink("dockerwait")
} else if c.ContainerCfg.Service.Image != "" {
client, err := NewClient(c.dockerHost)
if err != nil {