1

run jenkins with docker on windows, but how to run docker command in windows docker container? in linux:

docker run -it --rm --privileged --name dockerindocker -v //var/run/docker.sock:/var/run/docker.sock docker

Are there any similar commands available for docker in Windows 10?

Minato
  • 65
  • 1
  • 7

1 Answers1

1

It looks like there's no Windows support for it.

That would require some sort of support from Windows and is not something that they are working on.

Mike Doe
  • 16,349
  • 11
  • 65
  • 88