Files
docker-cli/components/engine/daemon
Zhang Wei 1083d494cd 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>
Upstream-commit: 1d2208fed90da9ab72ded3b1c65bb2a71b66ce93
Component: engine
2016-01-27 10:05:06 +08:00
..
2016-01-20 12:52:05 +08:00
2016-01-03 23:03:39 +01:00
2015-12-16 11:58:52 -08:00
2016-01-27 10:05:06 +08:00
2016-01-14 08:17:40 +00:00
2016-01-07 14:10:42 -05:00
2016-01-18 10:07:42 +00:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver