mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
- On `docker run --net <network id> ...` the bug would cause the container to attempt to connect to the network two times - Also made sure endpoint creation rollback will be executed on failures in `func (container *Container) connectToNetwork()` Signed-off-by: Alessandro Boch <aboch@docker.com> Upstream-commit: 45e71a79840887b7974387bedba0544015ab4e3b Component: engine