We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
On a Rasperry Pi 4 32bits : docker pull docker:20.10.2-dind
docker pull docker:20.10.2-dind
no matching manifest for linux/arm/v7 in the manifest list entries
docker manifest inspect docker:20.10.2-dind
{ "schemaVersion": 2, "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json", "manifests": [ { "mediaType": "application/vnd.docker.distribution.manifest.v2+json", "size": 2614, "digest": "sha256:12521ff42db0d1e1d99f89c7dea6aa6e2d028c20cb42dad8285503735ddf678d", "platform": { "architecture": "amd64", "os": "linux" } }, { "mediaType": "application/vnd.docker.distribution.manifest.v2+json", "size": 2614, "digest": "sha256:009bdea1b7cf4de7f5f7febf8cce1f322b92598927318c78cd2c012d8c0dc866", "platform": { "architecture": "arm64", "os": "linux", "variant": "v8" } } ] }
Based on #145
When I docker run --rm -it docker:dind docker version :
docker run --rm -it docker:dind docker version
Client: Docker Engine - Community Version: 19.03.8 ...
The text was updated successfully, but these errors were encountered:
Duplicate of #260
Sorry, something went wrong.
No branches or pull requests
Hello,
On a Rasperry Pi 4 32bits :
docker pull docker:20.10.2-dind
docker manifest inspect docker:20.10.2-dind
Based on #145
When I
docker run --rm -it docker:dind docker version
:The text was updated successfully, but these errors were encountered: