diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-06-03 14:53:58 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-06-03 15:16:24 -0400 |
commit | 61ea85bddb0ad6c0b83dbeae441d0aacf2fb2588 (patch) | |
tree | e5ba8f7c8cd55be3ff8db5b10c960a9474906440 /commands.md | |
parent | bba0a8be1a715fb0903ffc69abd5700a624d47e4 (diff) | |
download | podman-61ea85bddb0ad6c0b83dbeae441d0aacf2fb2588.tar.gz podman-61ea85bddb0ad6c0b83dbeae441d0aacf2fb2588.tar.bz2 podman-61ea85bddb0ad6c0b83dbeae441d0aacf2fb2588.zip |
When stopping containers locally, ensure cleanup runs
The cleanup process was already running and ensuring that mounts
and networking configuration was cleaned up on container stop,
but this was async from the actual `podman stop` command which
breaks some expectations - the container is still mounted at the
end of `podman stop` and will be cleaned up soon, but not
immediately. Fortunately, it's a trivial change to resolve this.
Fixes #5747
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'commands.md')
0 files changed, 0 insertions, 0 deletions