@@ -72,23 +72,23 @@ To see the highest version of the API your Docker daemon and client support, use
7272
7373``` console
7474$ docker version
75- Client: Docker Engine - Community
76- Version: 27.1.2
77- API version: 1.46
78- Go version: go1.21.13
79- Git commit: d01f264
80- Built: Mon Aug 12 11:51:13 2024
81- OS/Arch: linux/amd64
82- Context: default
83-
84- Server: Docker Engine - Community
75+ Client:
76+ Version: 27.3.1
77+ API version: 1.47
78+ Go version: go1.22.7
79+ Git commit: ce12230
80+ Built: Fri Sep 20 11:38:18 2024
81+ OS/Arch: darwin/arm64
82+ Context: desktop-linux
83+
84+ Server: Docker Desktop 4.36.0 (172961)
8585 Engine:
86- Version: 27.1.2
87- API version: 1.46 (minimum version 1.24)
88- Go version: go1.21.13
89- Git commit: f9522e5
90- Built: Mon Aug 12 11:51:13 2024
91- OS/Arch: linux/amd64
86+ Version: 27.3.1
87+ API version: 1.47 (minimum version 1.24)
88+ Go version: go1.22.7
89+ Git commit: 41ca978
90+ Built: Fri Sep 20 11:41:19 2024
91+ OS/Arch: linux/arm64
9292 Experimental: false
9393 ...
9494```
@@ -99,14 +99,14 @@ You can specify the API version to use in any of the following ways:
9999 that incorporates the API version with the features you need.
100100- When using ` curl ` directly, specify the version as the first part of the URL.
101101 For instance, if the endpoint is ` /containers/ ` you can use
102- ` /v1.46 /containers/ ` .
102+ ` /v1.47 /containers/ ` .
103103- To force the Docker CLI or the Docker Engine SDKs to use an older version
104104 of the API than the version reported by ` docker version ` , set the
105105 environment variable ` DOCKER_API_VERSION ` to the correct version. This works
106106 on Linux, Windows, or macOS clients.
107107
108108 ``` console
109- $ DOCKER_API_VERSION='1.44'
109+ $ DOCKER_API_VERSION=1.46
110110 ```
111111
112112 While the environment variable is set, that version of the API is used, even
@@ -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+ | 27.3 | [ 1.47] ( /reference/api/engine/version/v1.47/ ) | [ changes] ( /reference/api/engine/version-history/#v147-api-changes ) |
130131| 27.2 | [ 1.47] ( /reference/api/engine/version/v1.47/ ) | [ changes] ( /reference/api/engine/version-history/#v147-api-changes ) |
131132| 27.1 | [ 1.46] ( /reference/api/engine/version/v1.46/ ) | [ changes] ( /reference/api/engine/version-history/#v146-api-changes ) |
132133| 27.0 | [ 1.46] ( /reference/api/engine/version/v1.46/ ) | [ changes] ( /reference/api/engine/version-history/#v146-api-changes ) |
0 commit comments