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