Skip to content

Commit 16d565c

Browse files
committed
API remove section about enterprise API version mismatch
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 3a223f7 commit 16d565c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Diff for: engine/api/index.md

-15
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,6 @@ You can specify the API version to use, in one of the following ways:
108108
or the
109109
[Python SDK documentation for `client`](https://docker-py.readthedocs.io/en/stable/client.html).
110110

111-
### Docker Engine - Enterprise and Docker Engine - Community API mismatch
112-
113-
If you use Docker Engine - Enterprise in production, we recommend using Docker Engine - Enterprise in development
114-
too. If you can't, such as when your developers use Docker Desktop for Mac or Docker Desktop for
115-
Windows and manually build and push images, then your developers need to configure
116-
their Docker clients to use the same version of the API reported by their Docker
117-
daemon. This prevents the developer from using a feature that is not yet supported
118-
on the daemon where the workload runs in production. You can do this one of two ways:
119-
120-
- Configure the Docker client to connect to an external daemon running Docker EE.
121-
You can use the `-H` flag on the `docker` command or set the `DOCKER_HOST`
122-
environment variable. The client uses the daemon's latest supported API version.
123-
- Configure the Docker client to use a specific API by setting the `DOCKER_API_VERSION`
124-
environment variable to the API version to use, such as `1.30`.
125-
126111
### API version matrix
127112

128113
{% include api-version-matrix.md %}

0 commit comments

Comments
 (0)