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
@@ -43,7 +43,7 @@ If you value security, simplicity and the ability to interact with the maintaine
43
43
name: "traefik"# this is a compose example for Traefik
44
44
services:
45
45
socket-proxy:
46
-
image: "11notes/socket-proxy:2.1.0"
46
+
image: "11notes/socket-proxy:2.1.1"
47
47
user: "0:0"# make sure to use the same UID/GID as the owner of your docker socket!
48
48
volumes:
49
49
- "/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
@@ -118,7 +118,10 @@ networks:
118
118
119
119
# PARENT IMAGE 🏛️
120
120
> [!IMPORTANT]
121
-
This image is not based on another image but uses [scratch](https://hub.docker.com/_/scratch) as the starting layer. It is distroless and contains no shell or any other tools that could be a potential attack vector.
121
+
>This image is not based on another image but uses [scratch](https://hub.docker.com/_/scratch) as the starting layer.
122
+
>
123
+
>The image consists of the following distroless layers that were added:
124
+
>* [11notes/distroless](https://github.com/11notes/docker-distroless/blob/master/arch.dockerfile) - contains users, timezones and Root CA certificates
122
125
123
126
124
127
@@ -130,4 +133,4 @@ This image is not based on another image but uses [scratch](https://hub.docker.c
130
133
# ElevenNotes™️
131
134
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-socket-proxy/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-socket-proxy/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-socket-proxy/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
0 commit comments