To install Docker on windows you first will need WSL 2 (Minimum Req. Windows 10 ver. 2004)
Install WSL 2: (WINDOWS ONLY)
- First open your windows terminal/powershell as an administrator and run the command “wsl –install” as seen below:

- After this a download process will begin. After it’s done, a reboot of the system will be required.
- Upon reboot Ubuntu will open and you will have to input an UNIX username and a password (hidden)
- This username and password is for the Linux that was installed. It should be kept safe and is different from the windows one you log in with.
- Windows files can be accessed with the path of /mnt/c
Install Docker: (MAC, WINDOWS, and LINUX)
- Install Docker Desktop (for your OS) from the Docker website and run the downloaded file
- Official Docker Website Select your current OS
- Upon completion of the installation it should open and ask to sign up, which is recommended
- After this, the walkthrough will guide you in making your first “welcome” container
Useful VS Code Extention:
- Docker, by Microsoft: Will allow for Docker IntelliSense (color coding, snipit suggestions, etc.) inside of Docker files. Will also allow for Images to be easily build by just left clicking and a menu to see running containers.
- Link to Extention (Otherwise just search it up in VSCode)