Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Docker and docker-compose should run on a dedicated user #1

Open
jmMeessen opened this issue Jun 11, 2017 · 0 comments
Open

Docker and docker-compose should run on a dedicated user #1

jmMeessen opened this issue Jun 11, 2017 · 0 comments

Comments

@jmMeessen
Copy link
Owner

I am not sure of the user that Docker and Compose run with. I believe that they run under root (which is very bad practice)

I would be able to solve the segmentation issue I have with compose because the temp directory is not executable (witch I would like to keep that way)

The segmentation issue can be solved with export TMPDIR=/some_new_path_with_room (docker/compose#4137) before executing compose. Having a dedicated user would make it more easy to manage

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

No branches or pull requests

1 participant