mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-17 09:33:38 -05:00
Update docs
This commit is contained in:
@@ -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:
|
Just add something like this to your config:
|
||||||
|
|
||||||
```json
|
```jsonc
|
||||||
{
|
{
|
||||||
"servers": {
|
"servers": {
|
||||||
"Cool server 1": "http://your-other-server-running-cup:8000",
|
"Cool server 1": "http://your-other-server-running-cup:8000",
|
||||||
|
|||||||
@@ -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:
|
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"
|
"socket": "/run/user/1000/podman/podman.sock"
|
||||||
// Other options
|
// 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):
|
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"
|
"socket": "tcp://localhost:2375"
|
||||||
// Other options
|
// Other options
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Available options are `default` and `blue`.
|
|||||||
|
|
||||||
Here's an example:
|
Here's an example:
|
||||||
|
|
||||||
```json
|
```jsonc
|
||||||
{
|
{
|
||||||
"theme": "blue"
|
"theme": "blue"
|
||||||
// Other options
|
// Other options
|
||||||
|
|||||||
Reference in New Issue
Block a user