Add pull issue to known issues (#15791)

Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>

Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
This commit is contained in:
Bruno Sousa 2022-09-30 14:15:48 +01:00 committed by GitHub
parent 50d76362e8
commit 0f7da7e319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ Initial implementation of the Docker commands: `run`, `commit`, `build`, `push`,
* 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.
* 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.
* The `reference` filter isn't implemented yet and will return the error `invalid filter 'reference'` when listing images.
* 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.
## Feedback