-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
network_mode=host is not working as expected #406
Labels
bug
Something isn't working
Comments
this was fixed in #397
please use latest devel until we make a new release
|
It seems that your recent commit re-introduced this bug? 9eda56c?diff=split?diff=split |
it was introduced when trying to have both network mode (eg. slirp4netns) and network options. |
Wasn't there any release since July 2022? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
it seems after upgrade to new version of podman-compose network_mode=host is not working as expected
Its working ok with older version of podman-compose. All i did to fix issue, was
dnf downgrade podman-compose
old version - working
new version - not working
To Reproduce
Use new version of docker-compose mentioned up, with this compose file
Expected behavior
I would expect node_exporter port 9100 would be accessible from host network.
Actual behavior
port is not accesible
Output
Environment:
Additional context
It seems also infra container is missing in output of
podman ps -a
, it could be related to issue #404Thank you in advance
Br Palo
The text was updated successfully, but these errors were encountered: