Files
docker-cli/components/engine/integration-cli
Brian Goff addf165927 Fix panic on starting exec more than once
Issue was caused when exec is tarted, exits, then stated again.
In this case, `Close` is called twice, which closes a channel twice.

Changes execConfig.ExitCode to a pointer so we can test if the it has
been set or not.
This allows us to return early when the exec has already been run.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: 1a60a805bfabee729dbc833515cd0be439adb95b
Component: engine
2016-01-15 11:57:23 -05:00
..
2015-11-25 18:02:03 -08:00
2015-12-30 17:39:33 -05:00
2015-11-05 17:09:57 -05:00
2016-01-14 08:17:40 +00:00
2016-01-06 10:08:35 -08:00
2015-10-07 07:11:45 +08:00
2015-09-24 11:19:00 -07:00