Search code examples
windowsdockeransiblejenkins-pipelinejenkins-plugins

How to deploy linux container on windows server?


What is the best way to run Linux docker container on Windows Server? Can anyone suggest me which way i can deploy my applications to windows servers?

below the configurations are done:

) jenkins - master- 2 linux slave and 1 windows slave ) am able to create app image and push to registry ) now i need to deploy my app to windows servers. please advice


Solution

  • Just install Docker on windows server https://docs.docker.com/docker-for-windows/install/. By default Docker at windows starts linux images. So you will be able to use docker command at windows to start your Linux image.