File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -108,21 +108,6 @@ You can specify the API version to use, in one of the following ways:
108
108
or the
109
109
[ Python SDK documentation for ` client ` ] ( https://docker-py.readthedocs.io/en/stable/client.html ) .
110
110
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
-
126
111
### API version matrix
127
112
128
113
{% include api-version-matrix.md %}
You can’t perform that action at this time.
0 commit comments