mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-19 18:33:43 -05:00
docs: fix outdated example of specifying a unix socket
This commit is contained in:
@@ -4,7 +4,7 @@ If you need to specify a custom Docker socket (e.g. because you're using Podman)
|
|||||||
|
|
||||||
```jsonc
|
```jsonc
|
||||||
{
|
{
|
||||||
"socket": "/run/user/1000/podman/podman.sock"
|
"socket": "unix:///run/user/1000/podman/podman.sock"
|
||||||
// Other options
|
// Other options
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user