File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
content/reference/api/engine Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -73,22 +73,22 @@ To see the highest version of the API your Docker daemon and client support, use
73
73
``` console
74
74
$ docker version
75
75
Client: Docker Engine - Community
76
- Version: 28.3.0
76
+ Version: 28.3.1
77
77
API version: 1.51
78
78
Go version: go1.24.4
79
79
Git commit: 38b7060
80
- Built: Tue Jun 24 15:44:12 2025
81
- OS/Arch: linux/amd64
80
+ Built: Wed Jul 2 20:56:31 2025
81
+ OS/Arch: linux/arm64
82
82
Context: default
83
83
84
84
Server: Docker Engine - Community
85
85
Engine:
86
- Version: 28.3.0
86
+ Version: 28.3.1
87
87
API version: 1.51 (minimum version 1.24)
88
88
Go version: go1.24.4
89
- Git commit: 265f709
90
- Built: Tue Jun 24 15:44:12 2025
91
- OS/Arch: linux/amd64
89
+ Git commit: 5beb93d
90
+ Built: Wed Jul 2 20:56:31 2025
91
+ OS/Arch: linux/arm64
92
92
...
93
93
```
94
94
@@ -132,6 +132,7 @@ You can specify the API version to use in any of the following ways:
132
132
133
133
| Docker version | Maximum API version | Change log |
134
134
| :---------------| :---------------------------------------------| :-------------------------------------------------------------------|
135
+ | 28.3 | [ 1.51] ( /reference/api/engine/version/v1.51/ ) | [ changes] ( /reference/api/engine/version-history/#v151-api-changes ) |
135
136
| 28.2 | [ 1.50] ( /reference/api/engine/version/v1.50/ ) | [ changes] ( /reference/api/engine/version-history/#v150-api-changes ) |
136
137
| 28.1 | [ 1.49] ( /reference/api/engine/version/v1.49/ ) | [ changes] ( /reference/api/engine/version-history/#v149-api-changes ) |
137
138
| 28.0 | [ 1.48] ( /reference/api/engine/version/v1.48/ ) | [ changes] ( /reference/api/engine/version-history/#v148-api-changes ) |
You can’t perform that action at this time.
0 commit comments