skip to Main Content

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

2

Answers


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

    Docker Desktop, will setup WSL2 for you.

    https://docs.docker.com/desktop/windows/install/

    Login or Signup to reply.
  2. Yes, firstly install Docker Desktop for Windows:

    https://docs.docker.com/desktop/windows/install/

    and that setup WSL 2 backend(select checkbox) via setupping:
    enter image description here

    or see more details about WSL2:
    Docker Desktop WSL2 Backend

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search