

- #Best windows terminal for wsl install#
- #Best windows terminal for wsl update#
- #Best windows terminal for wsl upgrade#
- #Best windows terminal for wsl full#
Neither can be used for general development. The first ( docker-desktop) is used to run the Docker engine ( dockerd) while the second ( docker-desktop-data) stores containers and images. Alpine users can use the alpine-pkg-glibc package to deploy glibc alongside musl to run the integration.ĭocker Desktop installs 2 special-purpose internal Linux distros docker-desktop and docker-desktop-data. This can cause issues when running musl-based distros such as Alpine Linux. The Docker-WSL integration components running in your distro depend on glibc. Optionally, select any additional distributions you would like to enable the Docker-WSL integration on. įor example, to set Ubuntu as your default WSL distro, run wsl -set-default ubuntu.

To change your default WSL distro, run wsl -set-default. The Docker-WSL integration will be enabled on your default WSL distribution. When Docker Desktop starts, go to Settings > Resources > WSL Integration. To set v2 as the default version for future installations, run:
#Best windows terminal for wsl upgrade#
To upgrade your existing Linux distro to v2, run: WSL can run distributions in both v1 or v2 mode. However for the best developer experience, we recommend installing at least one additional distro and enabling Docker support by:Įnsure the distribution runs in WSL 2 mode. The docker CLI and UI all work fine from Windows without any additional Linux distros. WSL 2 adds support for “Linux distros” to Windows, where each distro behaves like a VM except they all run on top of a single shared Linux kernel.ĭocker Desktop does not require any particular Linux distros to be installed. That’s it! Now docker commands will work from Windows using the new WSL 2 engine.

If you have installed Docker Desktop on a system that supports WSL 2, this option will be enabled by default. Select the Use WSL 2 based engine check box.
#Best windows terminal for wsl install#
#Best windows terminal for wsl update#
#Best windows terminal for wsl full#
Windows Subsystem for Linux (WSL) 2 introduces a significant architectural change as it is a full Linux kernel built by Microsoft, allowing Linux distributions to run without having to manage Virtual Machines.
