Merge pull request #22914 from Luap99/start-stopped

libpod: do not reuse networking on start
This commit is contained in:
openshift-merge-bot[bot]
2024-06-11 19:18:55 +00:00
committed by GitHub
3 changed files with 15 additions and 2 deletions

View File

@@ -58,6 +58,9 @@ load helpers
is "$output" ".*$c1_id.*" "--filter finds container 1"
is "$output" ".*$c3_id.*" "--filter finds container 3"
# start again, before this fix it could panic
run_podman start --filter restart-policy=always
# Start via filtered names
run_podman start --filter restart-policy=on-failure $c2 $c3
is "$output" "$c2" "--filter finds container 2"