Skip to content

Commit cfdf8e6

Browse files
authored
Update README.md
1 parent 3e5b5e2 commit cfdf8e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

workshop/dockerdesktop/windows/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Docker Desktop is a one-click-install application for your Windows environment that enables you to build and share containerized applications and microservices.
44

5+
## Running Linux containers on Windows
6+
7+
Windows Subsystem for Linux is a feature of Windows that allows developers to run a Linux environment without the need for a separate virtual machine or dual booting. There are two versions of WSL: WSL 1 and WSL 2.
8+
9+
WSL 2 primary goals are to increase file system performance, as well as adding full system call compatibility. This new architecture changes how these Linux binaries interact with Windows and your computer's hardware, but still provides the same user experience as in WSL 1 (the current widely available version).
10+
11+
WSL 2 is only available in Windows 11 or Windows 10, Version 1903, Build 18362 or later.
12+
513
## Architecture of Docker Desktop for Windows
614

715

0 commit comments

Comments
 (0)