Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 906 Bytes

windows-docker.md

File metadata and controls

30 lines (19 loc) · 906 Bytes

← Back: Getting started

Warning

This guide is not complete! Feel free to submit a PR to improve it :-)

Installing on Windows (Docker in WSL)

Install WSL

To run the project in WSL, you obviousy first need WSL. Follow this guide by Microsoft. The main step is running the following in an administrator PowerShell or command prompt:

wsl --install

From this point on, any commands you are instructed to run, are meant to be run inside WSL unless otherwise specified.

Install Docker

Next, install docker. Follow this guide.

Post-install

Now that you've got the project up and running, check out the post-install instructions: