Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Doesn't use sudo for docker/docker-compose calls #2

Open
jaromero opened this issue Oct 6, 2017 · 0 comments
Open

Doesn't use sudo for docker/docker-compose calls #2

jaromero opened this issue Oct 6, 2017 · 0 comments

Comments

@jaromero
Copy link

jaromero commented Oct 6, 2017

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:

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant