-
Notifications
You must be signed in to change notification settings - Fork 8
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
how to use #92
Comments
When I run the bypass4netns command, I encounter a problem like this: cannot listen: listen unix /run/user/1003/bypass4netns.sock: bind: no such file or directory |
Normal user.
Automatically set by systemd: https://rootlesscontaine.rs/getting-started/common/login/ |
The easiest way to try bypass4netns is to use https://lima-vm.io limactl start
lima
containerd-rootless-setuptool.sh install-bypass4netnsd
nerdctl run -it --rm --annotation nerdctl/bypass4netns=1 alpine |
Thanks for your answer. I have successfully run it using Podman. |
Is there any documentation for this project? Under what user should bypass4netns run, normal user or root user? What should XDG_RUNTIME_DIR be set to?
The text was updated successfully, but these errors were encountered: