Skip to content

Commit 550694a

Browse files
committed
[feature] add readme
1 parent ffcedb6 commit 550694a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

project.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
${{ content_synopsis }} This image will run a proxy to access your docker socket read-only. The exposed proxy socket is run as 1000:1000, not as root, although the image starts the proxy process as root to interact with the actual docker socket as root. There is also a TCP endpoint started at 8080 that will also proxy to the actual docker socket if needed.
2+
3+
${{ content_compose }}
4+
5+
${{ content_defaults }}
6+
7+
${{ content_environment }}
8+
| `SOCKET_PROXY` | path to the socket used as a proxy | ${{ json_root }}$/run/docker.sock |
9+
| `SOCKET_PROXY_DOCKER_SOCKET` | path to the actual docker socket | /run/docker.sock |
10+
11+
${{ content_source }}
12+
13+
${{ content_parent }}
14+
15+
${{ content_built }}
16+
17+
${{ content_tips }}

0 commit comments

Comments
 (0)