Docker Error: no matching manifest for windows/amd64 10.0.18362 in the manifest list entries.
Error as below
There are three possible reasons for this error.
-
Error When Using "Latest" Tag
While images are rebuilding on DockerHub, the "latest" tag will become momentarily unavailable while updating. This issue will resolve itself or can be mitigated by selecting a versioned tag. -
The Tag Is Not Available
A tag that used to be available may no longer be listed or have had it's naming convention modified. A tag may have been "Version8.0" previously and became "Version8.0.0" recently. -
Image Is Not Designed For x86, Such As ARM
The image you are trying to build may be designed to run on a different architecture, such as an ARM-based CPU.
Solution as below
-
Enable the docker setting "experimental" as true.
-
docker pull graphiteapp/graphite-statsd:[Specific version > other
than latest or
older and stable version.
so I have tried with version 1.1.7-3, docker command as below
docker pull graphiteapp/graphite-statsd:1.1.7-3
Screenshot as below
Graphite |
No comments:
Post a Comment