We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cad21 commit 8bed0feCopy full SHA for 8bed0fe
compose.yaml
@@ -1,8 +1,7 @@
1
name: "socket-proxy"
2
services:
3
socket-proxy:
4
- image: "11notes/socket-proxy:ro"
5
- network_mode: "none" # removes all network capabillities from the container
+ image: "11notes/socket-proxy:1.0.0"
6
volumes:
7
- "/run/docker.sock:/run/docker.sock:ro" # mount host docker socket, the :ro does not mean read-only for the socket, just for the actual file
8
- "socket-proxy:/socket-proxy/run" # this socket is run as 1000:1000, not as root!
0 commit comments