Loading...
centrexIT
Knowledge Center

Creyon Bio WSL 2 on Windows Setup

KB00064662
Cory Walton Work Instruction 1 min
PublishedCory Waltonv1.5
Published Nov 25, 2025Expires Jan 9, 2027

Docker Desktop can use the Windows Subsystem for Linux version 2 (WSL 2) as its backend, providing improved performance and a seamless Linux container experience on Windows. This article explains what WSL 2 is, benefits for Docker users, installation prerequisites, and troubleshooting tips.


Service Desk


To meet prerequisites for running Phanes


  • Docker for Windows is already installed
  1. Enable WSL 2:
  • Open PowerShell as Administrator.

  • Run:

    bash
    Copy code
    `dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart`
  • Restart your computer.

  1. Install a Linux Distribution:
  • Open Microsoft Store.

  • Search for and install a Linux distribution (e.g., Ubuntu).

  1. Set WSL 2 as default version:
  • Open PowerShell and run:

    c
    Run CodeCopy code
    `wsl --set-default-version 2`
  1. Configure Docker Desktop to use WSL 2:
  • Open Docker Desktop.

  • Go to Settings > General and ensure “Use the WSL 2 based engine” is checked.

  • In Settings > Resources > WSL Integration, enable integration with your Linux distribution (e.g., Ubuntu).