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:
parent
a83672ea5e
commit
50e18d635d
@ -6,6 +6,7 @@ podman run \
|
||||
--name obs-server \
|
||||
--hostname obs-server \
|
||||
--replace \
|
||||
--rm \
|
||||
--detach \
|
||||
--interactive \
|
||||
--tty \
|
||||
|
Loading…
Reference in New Issue
Block a user