mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

Currently the CIDFile is not removed with podman --remote run --rm if the client and server are on different machines. [NO NEW TESTS NEEDED] i There is currently a test for this that does not fail because the client and server are on the same machine. If we run these tests on a MAC or Windows platform, they would start failing. Fixes: https://github.com/containers/podman/issues/19420 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>