Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Preparation

Setup

Windows

  • Install WSL2 Ubuntu from the Microsoft Store

  • Setup docker (Docker Desktop is not necessary)

    • Enable systemd in WSL

      • Update /etc/wsl.conf to add

        [boot]
        systemd=true
  • No labels