Docker Desktop requires WSL 1.1.3.0 or later. Windows 11/10 64-bit with SLAT and 4GB RAM needed. Hardware virtualization must be enabled in BIOS. Windows Server 2019/2022 is not supported
Shell scripts are Windows batch files that can run in Linux. BASH is the Unix shell language used to run shell scripts. Windows Subsystem for Linux (WSL) enables running shell scripts
Use command line to unregister all WSL distributions. Microsoft Store distributions must be unregistered separately. Uninstall distributions through Add or Remove Programs
WSL enables running Linux distributions directly on Windows without virtualization. Requires Windows 10 version 2004 or higher or Windows 11. Installation can be done with single command: wsl --install
WSL enables running Linux distributions directly on Windows without virtualization. Requires Windows 10 version 2004 or higher or Windows 11. Installation can be done with single command: wsl --install
.sh files are similar to Windows batch files. Set executable permissions with chmod +x command. Run files using sh command. Root access requires sudo bash command