Skip to content

Commit 6df9910

Browse files
committed
engine/api: add v26.1.0 and update sample output
Docker Engine v26.1 uses the same API version as v26.0. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8ebbf45 commit 6df9910

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

content/engine/api/_index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,22 @@ To see the highest version of the API your Docker daemon and client support, use
7373
```console
7474
$ docker version
7575
Client: Docker Engine - Community
76-
Version: 26.0.0
76+
Version: 26.1.0
7777
API version: 1.45
78-
Go version: go1.21.8
79-
Git commit: 2ae903e
80-
Built: Wed Mar 20 15:17:48 2024
81-
OS/Arch: linux/amd64
78+
Go version: go1.21.9
79+
Git commit: 9714adc
80+
Built: Mon Apr 22 17:05:41 2024
81+
OS/Arch: linux/arm64
8282
Context: default
8383

8484
Server: Docker Engine - Community
8585
Engine:
86-
Version: 26.0.0
86+
Version: 26.1.0
8787
API version: 1.45 (minimum version 1.24)
88-
Go version: go1.21.8
89-
Git commit: 8b79278
90-
Built: Wed Mar 20 15:17:48 2024
91-
OS/Arch: linux/amd64
88+
Go version: go1.21.9
89+
Git commit: c8af8eb
90+
Built: Mon Apr 22 17:07:05 2024
91+
OS/Arch: linux/arm64
9292
Experimental: false
9393
...
9494
```
@@ -127,6 +127,7 @@ You can specify the API version to use in any of the following ways:
127127

128128
| Docker version | Maximum API version | Change log |
129129
|:---------------|:---------------------------|:---------------------------------------------------------|
130+
| 26.1 | [1.45](/engine/api/v1.45/) | [changes](/engine/api/version-history/#v145-api-changes) |
130131
| 26.0 | [1.45](/engine/api/v1.45/) | [changes](/engine/api/version-history/#v145-api-changes) |
131132
| 25.0 | [1.44](/engine/api/v1.44/) | [changes](/engine/api/version-history/#v144-api-changes) |
132133
| 24.0 | [1.43](/engine/api/v1.43/) | [changes](/engine/api/version-history/#v143-api-changes) |

0 commit comments

Comments
 (0)