Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 containers#5747 Signed-off-by: Matthew Heon <[email protected]>
- Loading branch information