m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-14 16:13:48 -05:00

Update docs
Some checks failed
Deploy github pages / build (push) Has been cancelled
Deploy github pages / deploy (push) Has been cancelled

This commit is contained in:
Sergio
2025-01-05 13:48:04 +02:00
parent 6e6afdb757
commit ead74dadd6

View File

@@ -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
}
```