Possible bug on resolve hostname in compose #730
Unanswered
joubertredrat
asked this question in
Q&A
Replies: 1 comment 4 replies
-
it's supposed to work fine please double check your setup https://github.com/containers/podman-compose/tree/devel/tests/nets_test1 look at discussion here if you are using 4 make sure you use netavark and disable cni networking or vice versa |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I'm testing podman to be a alternative for docker in my open source project Devbox.
During my tests, I discovered a issue and I don't know it's expected behavior or a bug. In my compose file I use
hostname
to define service hostname, like this example.In docker, the service name and hostname is resolvable as expected
But in podman, only service name is resolvable
My doubt is: This is expected behavior or a bug? I need to know to open a issue if needed.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions