-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow running Docker without sudo #29
Comments
Thank you, David! This is a very good suggestion, I will check automatically and run PS: I read about security concerns when it comes to running Docker without sudo... Do you have an opinion? |
I know about the risk of getting root access through Docker (just on Linux machines, not on Windows or OSX), but that will depend on user setup. If the user is added to the |
I fully agree, the choice of allowing docker to run without sudo would be the user's responsibility. |
In case someone else stumbles into this problem: I was able to run MONET without root privileges (but with rootless Docker set up on the Linux Ubuntu server) by manually editing the Line 404: |
Some users actually don't have root (
sudo
) access and they can still use Docker. You could provide an option not to use sudo or figure it out automatically somehow (e.g. by checking if you can run docker without it first).The text was updated successfully, but these errors were encountered: