m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 09:33:38 -05:00

Update docs

This commit is contained in:
Sergio
2025-02-27 21:57:57 +02:00
parent dd64b62f4b
commit 2461f3b94b
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ Besides checking for local image updates, you might want to be able to view upda
Just add something like this to your config:
```json
```jsonc
{
"servers": {
"Cool server 1": "http://your-other-server-running-cup:8000",

View File

@@ -2,7 +2,7 @@
If you need to specify a custom Docker socket (e.g. because you're using Podman), you can use the `socket` option. Here's an example:
```json
```jsonc
{
"socket": "/run/user/1000/podman/podman.sock"
// Other options
@@ -11,7 +11,7 @@ If you need to specify a custom Docker socket (e.g. because you're using Podman)
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
```jsonc
{
"socket": "tcp://localhost:2375"
// Other options

View File

@@ -21,7 +21,7 @@ Available options are `default` and `blue`.
Here's an example:
```json
```jsonc
{
"theme": "blue"
// Other options