m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 18:33:43 -05:00

docs: fix outdated example of specifying a custom unix socket

This commit is contained in:
Sergio
2025-07-22 16:06:46 +03:00
committed by GitHub
parent de1d662936
commit a1d53bb56b

View File

@@ -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.