Files
docker-cli/components/engine/api/client
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-17 00:47:22 +02:00
2016-06-07 22:38:02 +02:00
2016-06-17 19:43:38 -07:00
2016-06-13 22:17:15 -07:00
2016-06-09 17:58:10 +02:00
2016-06-14 17:16:59 +02:00
2016-06-11 13:16:55 -07:00
2016-06-14 12:23:45 -07:00
2016-06-13 22:17:15 -07:00
2016-06-13 22:17:15 -07:00