-
Notifications
You must be signed in to change notification settings - Fork 101
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
[VPNKit] panic: tap2vif: read: read /dev/net/tun: not pollable #130
Comments
I also just hit the same issue. @AkihiroSuda Did you find a solution? |
This seems a solution, but haven't tested
|
A workaround is to use slirp4netns Rootless Docker automatically switches from VPNKit to slirp4netns if slirp4netns (v0.4.0 or later) is installed. |
OK, great. Thanks. I'll try |
Fix rootless-containers#130 `panic: tap2vif: read: read /dev/net/tun: not pollable` Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Should be fixed in RootlessKit v0.14.3 |
Fix rootless-containers#130 `panic: tap2vif: read: read /dev/net/tun: not pollable` Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
RootlessKit v0.9.2,
dockerd-rootless.sh
on moby/moby@37defbf .Happened during early startup phase.
The text was updated successfully, but these errors were encountered: