From ef2f25ef98ec9a8d28e11dd91b045f526b0971ba Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 5 Jun 2025 22:36:42 -0400 Subject: [PATCH] Update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8756369..9cd2768 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ When Newt receives WireGuard control messages, it will use the information encod - `log-level` (optional): The log level to use. Default: INFO - `updown` (optional): A script to be called when targets are added or removed. - `tls-client-cert` (optional): Client certificate (p12 or pfx) for mTLS. See [mTLS](#mtls) -- `docker-socket` (optional): Override the Docker socket integration +- `docker-socket` (optional): Set the Docker socket to use the container discovery integration - Example: @@ -82,8 +82,7 @@ Newt can integrate with the Docker socket to provide remote inspection of Docker **Configuration:** -- By default, Newt will look for the Docker socket at `/var/run/docker.sock`. -- You can specify a custom socket path using the `--docker-socket` CLI argument or by setting the `DOCKER_SOCKET` environment variable. +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` If the Docker socket is not available or accessible, Newt will gracefully disable Docker integration and continue normal operation.