Files
docker-cli/components/engine/api/client/container
Yong Tang b8c843c318 Fix docker start error with renamed container
This fix tries to fix the issue raised in #23716 where `docker start`
causes an error of `No such container:` if the container has been
renamed before `docker start` returns.

The issue is that `docker start` use container name passed at the
beginning to check for exit code at the end of the `docker start`.

This fix addresses the issue by always use container's `ID` to get
the information during `docker start`.

Additional integration tests have been added to cover this fix.

This fix fixes #23716.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: 6e86733b47faf0d7629751987346022544b65cb7
Component: engine
2016-06-18 16:43:30 -07:00
..
2016-06-08 19:00:58 -07:00
2016-06-14 17:16:59 +02:00
2016-06-07 14:11:11 +02:00
2016-06-06 13:58:29 +02:00
2016-06-05 16:42:19 +02:00
2016-06-07 17:20:33 +08:00
2016-06-05 15:51:35 -07:00
2016-06-06 12:37:18 -07:00
2016-06-08 19:00:58 -07:00
2016-06-14 11:59:37 +09:00
2016-06-06 12:39:11 -07:00
2016-06-07 22:19:16 +08:00
2016-06-15 17:05:10 -07:00
2016-06-06 06:38:43 -07:00
2016-06-05 17:29:52 -07:00
2016-06-06 05:09:41 -07:00