Compat API: creating containers with "NetworkMode": "default"
started failing with #10447
#10569
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Trying to find regressions by exercising the Compat API trough docker-py's test suite (see #5386) I came across a regression that reduced the number of passing tests by ~40 and affects another ~20 tests.
Creating containers with
"NetworkMode": "default"
started failing with #10447 (which is suspiciously network-related 🤨 ).Steps to reproduce the issue:
Describe the results you received:
Running the command above returns:
Describe the results you expected:
Creating containers with
"NetworkMode": "default"
should work again.Additional information you deem important (e.g. issue happens only occasionally):
FWIW changing
"NetworkMode"
to"podman"
(the only network listed withpodman network ls
) results in:The text was updated successfully, but these errors were encountered: