mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
This removes the exec config from the container after the command exits so that dead exec commands are not displayed in the container inspect. The commands are still kept on the daemon so that when you inspect the exec command, not the container, you are still able to get it's exit status. This also changes the ProcessConfig to a pointer. Signed-off-by: Michael Crosby <crosbymichael@gmail.com> Upstream-commit: 04c9f86bdcf9f42deb09df76922a8c61205721a2 Component: engine