moby--moby/libnetwork/client
Alessandro Boch 06d8585503 Make lookupSandboxID() reliable
- it is supposed to be called after lookupContainerID()
  but the latter is not guaranteed to succeed and in
  case of connection error will return what was passed
  to it.
  So in order to be able to operate with both long and short
  container ids in case of lookupContainerID() failure,
  always search by `partial-container-id`

Signed-off-by: Alessandro Boch <aboch@docker.com>
2015-09-09 18:24:53 -07: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 Make lookupSandboxID() reliable 2015-09-09 18:24:53 -07: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 Make lookupSandboxID() reliable 2015-09-09 18:24:53 -07:00
types.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00