Arsalan Younus
Arsalan Younus

Reputation: 9

Redis inside a docker container on Windows Server 2016

I have setup docker on Windows Server 2016. Now I have to get Redis image on Server 2016 but I am getting this error while pulling Redis image.

"no matching manifest for windows/amd64 10.0.14393 in the manifest list entries"

I have tried setting experimental flag to True but of no use.

How can I resolve the issue. Either I can install Redis on Windows Server 2016 or not?

Upvotes: 1

Views: 671

Answers (1)

SimonFarron
SimonFarron

Reputation: 362

The perfect alternative for Redis on Windows is Memurai. I've been using it for a long time. Completely satisfied with the product!

Upvotes: 2

Related Questions