Open arpitgupta opened 4 years ago
So everything works with your macvlan if you use root?
Yup so far so good. Note i do have other containers using macvlan and running non root without any issues.
Also was thinking may be changing the container umask would have been a better fix than just changing permissions of /root or may be move to some other subfolder for the install.
Not sure if this error is related to any of those though.
I am trying to launch this container so that it gets a ip different from the docker host as i need to be able to route traffic via vpn based on ip's. Using macvlan network for this and when i launch the network logs show bot comes up but when i try to access the UI it shows the following in the logs
The same container works fine if bought up as root user. So may be my earlier fix was really a bandaid and more fixes need be made?