From a1d53bb56b93ce466519ff49314c7efb5e292687 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:06:46 +0300 Subject: [PATCH] docs: fix outdated example of specifying a custom unix socket --- docs/src/content/docs/configuration/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/configuration/index.mdx b/docs/src/content/docs/configuration/index.mdx index 97a7d58..03508d5 100644 --- a/docs/src/content/docs/configuration/index.mdx +++ b/docs/src/content/docs/configuration/index.mdx @@ -20,7 +20,7 @@ Sometimes, there may be a need to specify a custom docker socket. Cup provides t For example, if using Podman, you might do ```bash -$ cup -s /run/user/1000/podman/podman.sock check +$ cup -s unix:///run/user/1000/podman/podman.sock check ``` This option is also available in the configuration file and it's best to put it there.