mirror of
https://github.com/containers/podman.git
synced 2025-05-31 15:42:48 +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>
321 B
321 B
####> This option file is used in: ####> podman create, run ####> If file is edited, make sure the changes ####> are applicable to all of those.
--cidfile=file
Write the container ID to file. The file is removed along with the container, except when used with podman --remote run on detached containers.