For what the mounted docker.sock
is used for in the Memphis container?
#1660
Unanswered
eandersons
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering for what purpose the Docker socket is mounted into the Memphis container?
As I was skeptical about whether it is needed and because doing so reduces security, I removed the corresponding line from the Compose file, and everything seems to be working fine (at least for now), except that the container log contains a warning
GetMainOverviewData: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
, from what I gather that the Docker socket is used to retrieve and display some information about Docker.Beta Was this translation helpful? Give feedback.
All reactions