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 Dec 18, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 manageThe text was updated successfully, but these errors were encountered: