Fix error formatting
Signed-off-by: Alexander Morozov <lk4d4@docker.com> Upstream-commit: b087846c0e087fac24681148997582d4eb890fba Component: engine
This commit is contained in:
@ -100,7 +100,7 @@ func (container *Container) setupLinkedContainers() ([]string, error) {
|
||||
|
||||
childBridgeSettings := child.NetworkSettings.Networks["bridge"]
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user