-
Notifications
You must be signed in to change notification settings - Fork 37
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
Docker from Snap cannot find ingress_sbox. #35
Comments
Thanks for raising this issue. You're right that DIRD does not currently support non-standard paths to Adding support shouldn't be hard though. Would you mind searching/replacing the standard path with the snap path in the code and trying that to see if it is sufficient? If it works, we can look to add a command line option for configuring this and officially supporting it. |
Okay. Thank you for comment. I have changed the code like following.
I just change all nsenter --net option. but encountered other nsenter issue.
|
I have installed docker from snap.
when i try to install DIRD, cannot find ingress_sbox.
I think snap docker save network container in /run/snap.docker/netns/
The text was updated successfully, but these errors were encountered: