Skip to content

Commit 0e9775c

Browse files
committed
add docker api version notice
1 parent 9d35677 commit 0e9775c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/pages/misc/composeRun.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020

2121
!!! info
2222
`DOCKER_HOST` only needs to be set when connecting via a [socket proxy](/pages/misc/proxy).
23+
You can find the minimum API version value for `DOCKER_API_VERSION` by running `/usr/bin/docker version | grep -oP '(?<=minimum version )[\d.]+'` on your host. This is only needed if you have a Docker service installed that is older than version 29.
24+
2325

2426
| Name | Key | Value |
2527
| ----- | ----- | ----- |
2628
| DOCKER_HOST | DOCKER_HOST | ip:port |
29+
| DOCKER_API_VERSION | DOCKER_API_VERSION | 1.44 |
2730
| PUID | PUID | 1001 |
2831
| PGID | PGID | 999 |
2932
| TZ | TZ | America/New_York |

docs/pages/misc/requirements.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
- Docker Version 25+
44
- Docker Compose Version 2.27+ (optional)
55

6+
!!! warning
7+
Starting with version [v0.6.472](https://github.com/Notifiarr/dockwatch/commit/3c5c037d2d75df261efdaf7a2b87e801ee3775e2), the internal Docker service has been updated to version 29. This means that if your host has a Docker service older than version 29 installed, you must add an extra [environment variable](/pages/misc/composeRun/#variables) to ensure that Dockwatch can connect to the host.
8+
69
## Permissions
710

811
!!! info

0 commit comments

Comments
 (0)