moby--moby/libnetwork/client
Toshiaki Makita bc4160be38 Fix inability to detach service
CmdServiceDetach() incorrectly uses containerID where sandboxID is
expected. Thus, procDeleteSandbox() fails to find the corresponding
sandbox and returns the "Resource not found" error.

Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
2015-09-09 10:10:11 +09:00
..
client.go Fixed a basic UI regression due to a recent godep update 2015-06-15 20:19:29 -07:00
client_service_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00
client_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00
network.go Reduced the two spaces for network help, required to pass tests at docker build 2015-07-23 11:46:57 +09:00
service.go Fix inability to detach service 2015-09-09 10:10:11 +09:00
types.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00