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

feat: allow usage without a daemon (#142)

This commit is contained in:
makonde-on-git
2025-10-14 17:05:11 +02:00
committed by GitHub
parent 547d418401
commit 6ab06db5cb
4 changed files with 20 additions and 2 deletions

View File

@@ -70,7 +70,7 @@
},
"socket": {
"type": "string",
"description": "The path to the unix socket you would like Cup to use for communication with the Docker daemon. Useful if you're trying to use Cup with Podman.",
"description": "The path to the unix socket you would like Cup to use for communication with the Docker daemon. Useful if you're trying to use Cup with Podman. To disable use \"none\" as value.",
"minLength": 1
},
"servers": {