You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.
All the invocations of docker and docker-compose are done without checking UID or without delegating to sudo. This means that, in order to use this tool as a normal user, one has to add their own user to the docker group. But doing so is a security risk:
All the invocations of docker and docker-compose are done without checking UID or without delegating to
sudo
. This means that, in order to use this tool as a normal user, one has to add their own user to thedocker
group. But doing so is a security risk:Running the entire thing under
sudo
is also not an option at the moment, since it creates files that will end up being only writable by root.The text was updated successfully, but these errors were encountered: