-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
podman machine cannot bind to port on MacOS #13354
Comments
A little more info, it looks like this thing is what's holding the port:
|
I was able to successfully kill it with |
I would suspect a zombied process of gvproxy was already running. |
im guessing after you got it working, you didnt see it again? if that isnt the case, you need to give us a better reproducer. |
This is fixed in podman v4.0 since it will no longer bind a port on the host at startup. |
Yes, once I killed it things were fine. When is a 4.0.x release expected to HomeBrew? |
Hopefully this week or next. We are trying to get first volume support in. |
@rhatdan Awesome! Are there any open meetings or office hours we can attend? We're starting to become fairly heavy users of Podman, I think it makes sense to have someone attend these meetings if there are any. |
4.0.2 is in homebrew, this is fixed |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Podman machine is unable to bind to any port on MacOS
Steps to reproduce the issue:
podman machine init
podman machine start
Describe the results you received:
Describe the results you expected:
Podman machine starts and binds to the port.
Additional information you deem important (e.g. issue happens only occasionally):
Podman and QEMU were installed via brew.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Physical / QEMU
The text was updated successfully, but these errors were encountered: