macOS / podman-machine based container does not expose ports #11456
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.
/kind bug
Description
If I run a podman-managed container on macOS using podman-machine, the exposed ports aren't reachable.
Steps to reproduce the issue:
podman machine init && podman machine start
podman run -d -p 8088:80 docker.io/httpd
curl localhost:8088
Describe the results you received:
curl: (7) Failed to connect to localhost port 8088: Connection refused
Describe the results you expected:
The httpd instance responding with HTTP 200/OK.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (
brew info podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
macOS 11.5.2 (20G95)
The text was updated successfully, but these errors were encountered: