moby--moby/container
Zhang Wei ec60923688 Forbid exec a restarting container
Currently if we exec a restarting container, client will fail silently,
and daemon will print error that container can't be found which is not a
very meaningful prompt to user.

This commit will stop user from exec a restarting container and gives
more explicit error message.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-01-27 10:29:56 -08:00
..
archive.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
container.go Merge pull request #19121 from WeiZhang555/tty-resize 2016-01-11 11:29:15 -05: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 Move port-mapping ownership closer to Sandbox (from Endpoint) 2016-01-26 12:59:00 -08:00
container_windows.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
history.go Extract container store from the daemon. 2016-01-26 12:58:54 -08:00
memory_store.go Extract container store from the daemon. 2016-01-26 12:58:54 -08:00
memory_store_test.go Extract container store from the daemon. 2016-01-26 12:58:54 -08:00
monitor.go only close LogDriver after LogCopier is done 2016-01-26 12:58:46 -08:00
state.go Forbid exec a restarting container 2016-01-27 10:29:56 -08:00
state_test.go
state_unix.go
state_windows.go
store.go Extract container store from the daemon. 2016-01-26 12:58:54 -08:00