All posts

Tag

#wsl

1 post

AI co-authored

Installing Debian Trixie in WSL Using Docker

Windows Subsystem for Linux (WSL) provides an excellent way to run Linux distributions on Windows, but it has a limitation: you can only install one instance of each distribution from the Microsoft Store. If you're already running a WSL distribution and want a fresh, separate Debian environment — perhaps for testing the upcoming Trixie release — you'll need a workaround. The solution is to use Docker to export a clean Debian rootfs and import it as a new WSL instance.

  • devops
  • linux
  • sysadmin
  • wsl