mirror of https://github.com/docker/cli.git
ee7a956c54
This is necessary in order to avoid execId leaks in the case where a `docker exec -it` is run without a terminal available for the client. You can reproduce this issue by running the following command many times. % nohup docker exec -it some_container true The container `some_container` will have execIDs that will never normally be cleaned up (because the client died before they were started). In addition, this patch adds a docker-inspect step to ensure that we give "container does not exist" errors consistently. Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Signed-off-by: Aleksa Sarai <asarai@suse.de> |
||
---|---|---|
.. | ||
testdata | ||
attach.go | ||
cmd.go | ||
commit.go | ||
cp.go | ||
create.go | ||
diff.go | ||
exec.go | ||
exec_test.go | ||
export.go | ||
hijack.go | ||
inspect.go | ||
kill.go | ||
list.go | ||
logs.go | ||
opts.go | ||
opts_test.go | ||
pause.go | ||
port.go | ||
prune.go | ||
ps_test.go | ||
rename.go | ||
restart.go | ||
rm.go | ||
run.go | ||
start.go | ||
stats.go | ||
stats_helpers.go | ||
stats_unit_test.go | ||
stop.go | ||
top.go | ||
tty.go | ||
unpause.go | ||
update.go | ||
utils.go | ||
wait.go |