docs/api/client/container
Zhang Wei c498d4700d 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>
2016-06-06 10:16:07 +08:00
..
create.go Convert 'docker create' to use cobra and pflag 2016-06-04 13:57:30 +02:00
export.go Migrate export command to cobra 2016-06-05 16:42:19 +02:00
run.go Bug fix: `docker run -i --restart always` hangs. 2016-06-06 10:16:07 +08:00
stop.go Use spf13/cobra for docker stop 2016-06-05 10:25:21 -07:00