From f9dd088a3b0062ef9ab32d7e37f7c52e324f8b7a Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Wed, 1 Jan 2020 20:47:56 +0200 Subject: [PATCH] wsl-tech-preview-md: Fix typo --- docker-for-windows/wsl-tech-preview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-windows/wsl-tech-preview.md b/docker-for-windows/wsl-tech-preview.md index a4f9774290..2a91305849 100644 --- a/docker-for-windows/wsl-tech-preview.md +++ b/docker-for-windows/wsl-tech-preview.md @@ -8,7 +8,7 @@ toc_max: 2 The new Docker Desktop WSL 2 backend replaces the Docker Desktop WSL 2 Tech Preview. The WSL 2 backend architecture introduces support for Kubernetes, provides an updated Docker daemon, offers VPN-friendly networking, and additional features. -WSL 2 introduces a significant architectural change as it is a full Linux kernel built by Microsoft, allowing Linux containers to run natively without emulation. With Docker Desktop running on WSL 2, users can leverageLinux workspaces and avoid having to maintain both Linux and Windows build scripts. +WSL 2 introduces a significant architectural change as it is a full Linux kernel built by Microsoft, allowing Linux containers to run natively without emulation. With Docker Desktop running on WSL 2, users can leverage Linux workspaces and avoid having to maintain both Linux and Windows build scripts. Docker Desktop also leverages the dynamic memory allocation feature in WSL 2 to greatly improve the resource consumption. This means, Docker Desktop only uses the required amount of CPU and memory resources it needs, while enabling CPU and memory-intensive tasks such as building a container to run much faster.