Have created Linux containers using docker . Is it possible to run Linux containers on Windows?
2
Sure. This is possible through the power of WSL 2.
Docker Desktop, will setup WSL2 for you.
https://docs.docker.com/desktop/windows/install/
Yes, firstly install Docker Desktop for Windows:
and that setup WSL 2 backend(select checkbox) via setupping:
or see more details about WSL2: Docker Desktop WSL2 Backend
Click here to cancel reply.
2
Answers
Sure. This is possible through the power of WSL 2.
Docker Desktop, will setup WSL2 for you.
https://docs.docker.com/desktop/windows/install/
Yes, firstly install Docker Desktop for Windows:
https://docs.docker.com/desktop/windows/install/
and that setup WSL 2 backend(select checkbox) via setupping:
or see more details about WSL2:
Docker Desktop WSL2 Backend