docker soket via socket proxy #48
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "socket-proxy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mouting the the docker socket directly is not recommended, because it is a security issue. Instead access it via a tcp socket proxy.
See https://doc.traefik.io/traefik/providers/docker/#docker-api-access
Great, we've been talking about doing something like this for a while!
Reference: https://docs.linuxserver.io/images/docker-socket-proxy/
@ -51,2 +51,4 @@
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:latest
Can we pin this to a version also?
Pinned the version in
852674ccac
🫡