1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-01 04:36:13 +01:00

behave: Add --rm to container-run.sh to automatically remove containers that have exited

This commit is contained in:
Daniel Mach 2024-01-11 09:43:21 +01:00
parent a83672ea5e
commit 50e18d635d

View File

@ -6,6 +6,7 @@ podman run \
--name obs-server \
--hostname obs-server \
--replace \
--rm \
--detach \
--interactive \
--tty \