Files
docker-cli/components/engine/daemon
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-05-06 16:08:53 -07:00
2016-08-25 13:09:36 -04:00
2016-08-25 13:09:04 -04:00
2016-07-23 11:32:23 +08:00
2016-07-21 20:04:47 -07:00
2016-07-23 11:32:23 +08:00
2016-07-18 12:53:34 -06:00
2016-06-30 11:32:49 -07:00
2016-08-22 22:09:25 -04:00
2016-06-27 10:23:37 -07:00
2016-06-27 10:23:37 -07:00
2016-08-01 01:00:38 +08:00
2016-08-31 22:39:13 +02:00
2016-08-26 14:22:39 +08:00
2016-06-02 19:12:20 -07:00
2016-09-01 11:53:07 +02:00
2016-08-31 22:39:13 +02:00
2016-08-16 14:16:12 -04:00