Files
docker-cli/components/engine/daemon
Zhang Wei 87f6d1f046 Bug fix: docker run -i --restart always hangs.
e.g.
```
$ docker run -i --restart always busybox sh
pwd
/
exit 11

<...hang...>
```

This is because Attach(daemon side) and Run(client side) both hangs on
WaitStop, if container is restarted too quickly, wait won't have chance
to get exit signal.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
Upstream-commit: c498d4700df8216ccefd6d2f03b5ebe6d6e9fd47
Component: engine
2016-06-06 10:16:07 +08:00
..
2016-05-06 16:08:53 -07:00
2016-05-19 20:41:37 +08:00
2016-03-28 12:24:01 -07:00
2016-05-19 20:41:37 +08:00
2016-02-03 10:43:01 -08:00
2016-06-04 23:24:14 +08:00
2016-06-02 17:17:22 +08:00
2016-06-02 19:12:20 -07:00
2016-04-27 11:36:47 +08:00