Skip to content

Setting up development environment in Docker on Windows

Christopher Keith edited this page Mar 5, 2023 · 60 revisions

Requires: Some Linux command line knowledge
Takes: A few hours depending on your machine and network connection (more if you hit errors). Requires multiple reboots.

Install Windows Subsystem for Linux

Install Docker Desktop for Windows

Verify in (restarted) Ubuntu terminal:

  • $ docker --version
  • Docker version 20.10.17, build 100c701

Run git clone as described in platform-independent steps.

Install (and run) Visual Studio Code:

Run the rest of the steps in platform-independent steps.

Notes

  • After rebooting, you might have to run the Docker Desktop to start the Docker daemon (or add it to your startup as described here).