mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
ca0a9913c3
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ func (container *Container) setupLinkedContainers() ([]string, error) {
|
||||||
|
|
||||||
childBridgeSettings := child.NetworkSettings.Networks["bridge"]
|
childBridgeSettings := child.NetworkSettings.Networks["bridge"]
|
||||||
if childBridgeSettings == nil {
|
if childBridgeSettings == nil {
|
||||||
return nil, fmt.Errorf("container %d not attached to default bridge network", child.ID)
|
return nil, fmt.Errorf("container %s not attached to default bridge network", child.ID)
|
||||||
}
|
}
|
||||||
|
|
||||||
link := links.NewLink(
|
link := links.NewLink(
|
||||||
|
|
Loading…
Add table
Reference in a new issue