mirror of https://github.com/docker/docs.git
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> |
||
|---|---|---|
| .. | ||
| create.go | ||
| export.go | ||
| run.go | ||
| stop.go | ||