From ead74dadd68840b18f34d6e0a06dd543c1948a68 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:48:04 +0200 Subject: [PATCH] Update docs --- docs/pages/docs/configuration/socket.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/pages/docs/configuration/socket.mdx b/docs/pages/docs/configuration/socket.mdx index b32cc2b..66e83da 100644 --- a/docs/pages/docs/configuration/socket.mdx +++ b/docs/pages/docs/configuration/socket.mdx @@ -8,3 +8,12 @@ If you need to specify a custom Docker socket (e.g. because you're using Podman) // Other options } ``` + +You can also specify a TCP socket if you're using a remote Docker host or a [proxy](https://github.com/Tecnativa/docker-socket-proxy): + +```json +{ + "socket": "tcp://localhost:2375" + // Other options +} +``` \ No newline at end of file