Skip to content

Commit 5179260

Browse files
authored
fix release notes for containerd (docker#15956)
1 parent 11c2274 commit 5179260

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

desktop/containerd/index.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -209,42 +209,41 @@ View Tags on DockerHub to see multi-platform result:
209209

210210
## Containerd Image Store Release Notes
211211

212-
(2022-10-19)
212+
### 2022-10-19
213213
New commands and multiple bug fixes included with Docker Desktop 4.13.0.
214214

215-
### New
215+
#### New
216216
* Added `docker diff` and `docker run --platform` support.
217217

218-
### Bug fixes
218+
#### Bug fixes
219219
* Fixed a bug which caused Kubernetes not starting.
220220
* Fixed a bug which caused Kubernetes IN Docker (kind) not starting.
221221
* Fixed a bug which caused Dev Environments not working.
222222
* Fixed a bug which caused Insecure Registries not working.
223223

224-
### Known issues
224+
#### Known issues
225225
* 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.
226226

227-
(2022-09-01)
227+
### 2022-09-01
228228
The Containerd Image Store is shipped as a [Beta](../../release-lifecycle.md/#beta) feature on Docker Desktop 4.12.0.
229229

230-
### New
230+
#### New
231231

232232
Initial implementation of the Docker commands: `run`, `commit`, `build`, `push`, `load`, `search` and `save`.
233233

234-
### Known issues
234+
#### Known issues
235235

236236
* The Containerd Image Store feature requires Buildx version 0.9.0 or newer.
237237
+ On Docker Desktop for Linux (DD4L), validate if your locally installed version meets this requirement.
238238
>**Note**
239239
>
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**.
241241
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.
244244
* The `reference` filter isn't implemented yet and will return the error `invalid filter 'reference'` when listing images.
245245
* 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.
246246

247247
## Feedback
248248

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

Comments
 (0)