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
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ When Newt receives WireGuard control messages, it will use the information encod
37
37
-`log-level` (optional): The log level to use. Default: INFO
38
38
-`updown` (optional): A script to be called when targets are added or removed.
39
39
-`tls-client-cert` (optional): Client certificate (p12 or pfx) for mTLS. See [mTLS](#mtls)
40
-
-`docker-socket` (optional): Override the Docker socket integration
40
+
-`docker-socket` (optional): Set the Docker socket to use the container discovery integration
41
41
42
42
- Example:
43
43
@@ -82,8 +82,7 @@ Newt can integrate with the Docker socket to provide remote inspection of Docker
82
82
83
83
**Configuration:**
84
84
85
-
- By default, Newt will look for the Docker socket at `/var/run/docker.sock`.
86
-
- You can specify a custom socket path using the `--docker-socket` CLI argument or by setting the `DOCKER_SOCKET` environment variable.
85
+
You can specify the Docker socket path using the `--docker-socket` CLI argument or by setting the `DOCKER_SOCKET` environment variable. On most linux systems the socket is `/var/run/docker.sock`
87
86
88
87
If the Docker socket is not available or accessible, Newt will gracefully disable Docker integration and continue normal operation.
0 commit comments