Docker on Windows error docker pull redis fails

+1 vote

I've installed Docker EE for Windows Server 2016 and was able to pull and run the hello-world example.

When I invoke "docker pull redis", I get the following error:

Using default tag: latest
latest: Pulling from library/redis
no matching manifest for windows/amd64 in the manifest list entries
Oct 17, 2018 in Docker by Sophie may
• 10,610 points
2,088 views

3 answers to this question.

+1 vote
I faced a similar issue, the server is not started in experimental mode.

You need to start docker server with experimental mode on windows server.
answered Oct 17, 2018 by Tyrion anex
• 8,700 points
Great solution, thanks a lot!
0 votes

When you're using docker pull redis, you're trying to pull from official redis repo which doesn't seem to have image built for your architecture. Try doing this:

docker pull winamd64/redis
answered Oct 18, 2018 by Kalgi
• 52,360 points
0 votes

The problem is that this was pushed to redis:latest before being ready

answered Oct 18, 2018 by Hannah
• 18,570 points

Related Questions In Docker

0 votes
1 answer
+2 votes
1 answer
0 votes
2 answers
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP