Home > database >  Is it possible to run Linux containers on Windows?
Is it possible to run Linux containers on Windows?

Time:04-28

Have created Linux containers using docker . Is it possible to run Linux containers on Windows?

CodePudding user response:

Sure. This is possible through the power of WSL 2.

Docker Desktop, will setup WSL2 for you.

enter image description here

or see more details about WSL2: Docker Desktop WSL2 Backend

CodePudding user response:

yes why not? install docker desktop creat your own image of own containers save it in your local system and load this in your docker desktop windows,

here is nice github cheetsheet that you can use it: enter link description here

  • Related