Pull openvidu/openvidu-server-kms from docker

When i’m trying to pull openvidu/openvidu-server-kms in windows cmd i get this message

PS C:> docker pull openvidu/openvidu-server-kms:latest
latest: Pulling from openvidu/openvidu-server-kms
image operating system “linux” cannot be used on this platform
PS C:> docker pull openvidu/openvidu-server-kms
Using default tag: latest
latest: Pulling from openvidu/openvidu-server-kms
image operating system “linux” cannot be used on this platform

i’v installed docker windows version and i tried to install or pull another project

PS C:> docker pull stefanscherer/node-windows
Using default tag: latest
latest: Pulling from stefanscherer/node-windows
e46172273a4e: Already exists
14d968660b11: Pull complete
9393a0cc5096: Pull complete
4712ac2682d8: Pull complete
608a1ab0d265: Pull complete
e64caceaf59d: Pull complete
0f7b6eb97cdd: Pull complete
c2ebe1940940: Pull complete
27a1fc6dbf87: Pull complete
Digest: sha256:fcd3b2c9ada94e4234da84d44447560906b08e1a3936a4439ed8076c285fc7fd
Status: Downloaded newer image for stefanscherer/node-windows:latest
docker.io/stefanscherer/node-windows:latest

it was work fine

A quick search on Google will solve your issue. This is not a problem with OpenVidu, this is a problem about using Docker on WIndows. CHange the mode to Linux a try again.