1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/container
Zhang Wei 83ad006d47 Add detach event
If we attach to a running container and stream is closed afterwards, we
can never be sure if the container is stopped or detached. Adding a new
type of `detach` event can explicitly notify client that container is
detached, so client will know that there's no need to wait for its exit
code and it can move forward to next step now.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-06-03 11:59:11 +08:00
..
archive.go Windows: docker cp consistent paths 2016-05-06 16:08:53 -07:00
container.go Add detach event 2016-06-03 11:59:11 +08:00
container_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
container_unit_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
container_unix.go Multiple fixes for SELinux labels. 2016-05-25 16:11:02 -04:00
container_windows.go Windows: Support ARG in builder 2016-05-04 14:32:23 -07:00
health.go Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
history.go Release memoryStore locks before filter/apply 2016-05-23 11:45:04 -07:00
memory_store.go Release memoryStore locks before filter/apply 2016-05-23 11:45:04 -07:00
memory_store_test.go Extract container store from the daemon. 2016-01-19 13:21:41 -05:00
monitor.go daemon: remove some unused code 2016-03-31 11:24:12 -07:00
mounts_unix.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
mounts_windows.go Windows libcontainerd implementation 2016-03-18 13:38:41 -07:00
state.go Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
state_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
state_test.go Remove WaitRunning 2016-04-27 11:36:47 +08:00
state_unix.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
state_windows.go Windows libcontainerd implementation 2016-03-18 13:38:41 -07:00
store.go Extract container store from the daemon. 2016-01-19 13:21:41 -05:00