Starting docker image under Windows 2019 on hyper-v machine

Hello! I installed docker on win 2019 virtual host, then pull pydio docker image and then trying to start it using command “docker run -d -p 443:443 pydio/cells”. But it doesn’t start. Is it possible run pydio docker image under Windows server 2019?

Hello @Sergey.sh,

Docker should be working the same way no any hosts, if you think that your container is not starting make sure to take a look at the logs docker logs <container-name> otherwise I would advise you to take a look at the following article.

Regards.