You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: desktop/containerd/index.md
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -209,42 +209,41 @@ View Tags on DockerHub to see multi-platform result:
209
209
210
210
## Containerd Image Store Release Notes
211
211
212
-
(2022-10-19)
212
+
### 2022-10-19
213
213
New commands and multiple bug fixes included with Docker Desktop 4.13.0.
214
214
215
-
### New
215
+
####New
216
216
* Added `docker diff` and `docker run --platform` support.
217
217
218
-
### Bug fixes
218
+
####Bug fixes
219
219
* Fixed a bug which caused Kubernetes not starting.
220
220
* Fixed a bug which caused Kubernetes IN Docker (kind) not starting.
221
221
* Fixed a bug which caused Dev Environments not working.
222
222
* Fixed a bug which caused Insecure Registries not working.
223
223
224
-
### Known issues
224
+
####Known issues
225
225
* Listing images with `docker images` returns the error `content digest not found` on ARM machines after running or pulling an image with the `--platform` parameter.
226
226
227
-
(2022-09-01)
227
+
### 2022-09-01
228
228
The Containerd Image Store is shipped as a [Beta](../../release-lifecycle.md/#beta) feature on Docker Desktop 4.12.0.
229
229
230
-
### New
230
+
####New
231
231
232
232
Initial implementation of the Docker commands: `run`, `commit`, `build`, `push`, `load`, `search` and `save`.
233
233
234
-
### Known issues
234
+
####Known issues
235
235
236
236
* The Containerd Image Store feature requires Buildx version 0.9.0 or newer.
237
237
+ On Docker Desktop for Linux (DD4L), validate if your locally installed version meets this requirement.
238
238
>**Note**
239
239
>
240
-
> If an older version is installed, the Docker daemon will report an error:**Multiple platforms feature is currently not supported for docker driver. Please switch to a different driver**.
240
+
> If an older version is installed, the Docker daemon reports the following error **Multiple platforms feature is currently not supported for docker driver. Please switch to a different driver**.
241
241
Install a newer version of Buildx following the instructions on [Docker Buildx Manual download](../../build/buildx/install/#manual-download).
242
-
* Containerd Image Store feature and Kubernetes cluster support in Docker Desktop 4.12.0 are incompatible at the moment. Disable the Containerd Image Store feature if you are using the Kubernetes from Docker Desktop.
243
-
* Local registry mirror configuration isn't implemented yet with the Containerd Image Store. Hence the`registry-mirrors` and `insecure-registries` aren't taken into account by the Docker daemon.
242
+
* Containerd Image Store feature and Kubernetes cluster support in Docker Desktop 4.12.0 are incompatible at the moment. Turn off the Containerd Image Store feature if you are using the Kubernetes from Docker Desktop.
243
+
* Local registry mirror configuration isn't implemented yet with the Containerd Image Store. The`registry-mirrors` and `insecure-registries` aren't taken into account by the Docker daemon.
244
244
* The `reference` filter isn't implemented yet and will return the error `invalid filter 'reference'` when listing images.
245
245
* Pulling an image may fail with the error `pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed`, in the situation where the image does not contain a manifest list. To workaround this issue run the `docker login` command and pull the image again.
246
246
247
247
## Feedback
248
248
249
-
Thanks for trying the new features available with `containerd`.
250
-
We’d love to hear from you! Please feel free to give feedback or report any bugs you may find through the issues tracker on the [feedback form](https://dockr.ly/3PODIhD){: target="_blank" rel="noopener" class="_"}.
249
+
Thanks for trying the new features available with `containerd`. Give feedback or report any bugs you may find through the issues tracker on the [feedback form](https://dockr.ly/3PODIhD){: target="_blank" rel="noopener" class="_"}.
0 commit comments