Files
docker-cli/components/engine/integration-cli
Yong Tang edfe468b08 Fix issue in disconnecting a container from network
This fix tries to address the issue raised in 26220 where
disconnecting a container from network does not work if
the network id (instead of network name) has been specified.

The issue was that internally when trying to disconnecting
a contaienr fromt the network, the originally passed network
name or id has been used.

This fix uses the resolved network name (e.g., `bridge`).

An integration test has been added to cover the changes.

This fix fixes 26220.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: 83d79f13aa2e94085e83e0f5bc5d51305dd2c192
Component: engine
2016-09-04 07:28:45 -07:00
..
2016-09-02 19:07:54 -07:00
2016-06-02 17:17:22 +08:00
2016-08-09 09:42:23 +08:00
2016-09-01 11:53:07 +02:00
2016-08-24 11:09:35 +01:00
2016-09-02 19:07:54 -07:00