spiegel_podman/pkg/domain/infra
Paul Holzinger bd3ee58527 podman start: remove container if needed
Like podman run --rm, start --attach must also ensure the contianer is
removed before it exist. Otherwise there is a race where the container
still exist after the command exits, because removal would only happen
by the cleanup process in the background.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-04-24 18:58:39 +00:00
..
abi podman start: remove container if needed 2025-04-24 18:58:39 +00:00
tunnel remote: don't print bogus error when starting container attached 2025-04-24 18:58:39 +00:00
runtime_abi.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
runtime_libpod.go Add cdi-spec-dir option to top level options. 2025-03-28 11:24:57 +01:00
runtime_proxy.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
runtime_tunnel.go Bump Go module to v5 2024-02-08 09:35:39 -05:00