Can /var/run/docker.sock be mounted read-only? (:ro) #1265
Closed
FunctionDJ
started this conversation in
General
Replies: 1 comment 2 replies
-
I understand there is no need to mount the socket with defaults, I kind of do that too but with a slight twist - mount the docker socket as read-only inside a docker proxy container:
Exposing only a couple of APIs to the Diun container using http. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Docker to run Diun, is it necessary to bind
docker.sock
with defaults (read-write if i'm not mistaken) or can:ro
be used for read-only which is safer?Beta Was this translation helpful? Give feedback.
All reactions