-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use "cni" as a default rootless_networking method at least in macOS #4
Comments
Actually it's podman's bug : containers#11396 You can add this to your [containers]
rootless_networking = "cni" References |
@theomega Let me patch podman-apple-silicon to make this change by default on macOS. I'll ping you again when I have a next release |
For reference, after modifying the Also, to access a container from your host machine (so from i.e. Safari), you use localhost as hostname and the port you grab from So thanks @simnalamburt that helps. |
containers#11552 has been merged TODO:
|
NOTE: upstream podman's Apple Silicon support is almost finished. Once containers#11449 is merged and released, you won't even need this forked version of podman anyway. |
@theomega Can you try |
To test this, should I delete |
You can do either, or you can even just leave those configs.
…On Wed, Sep 15, 2021 at 8:39 PM Dominik Bruhn ***@***.***> wrote:
To test this, should I delete ~/.config/containers/? Or just remove the rootless_networking
= "cni" line?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABB235NMLGPZMY6ZZ2XVDTDUCCAXZANCNFSM5D2BHBHQ>
.
|
If I start an nginx container using
and then grab the port:
how do I connect to this? So which IP am I supposed to use? I tried the IP 192.168.127.2 which the VM has associated (found out via
ip a s
insidepodman machine ssh
), but that does not work, the connection times out.What am I missing?
The text was updated successfully, but these errors were encountered: