This commit is contained in:
Pablo Martin 2025-07-11 16:15:17 +02:00
parent 729d6d6db4
commit a256b48b01
630 changed files with 16494 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# How to set up WSL and Docker Desktop
# WSL
1. Go to windows store
2. Look for Ubuntu
3. Pick Ubuntu 24.04 (or whatever version is reasonable at the time you are reading this) and install it
4. Enable the WSL
1. Control panel
2. Go to Turn Windows Features On or Off
3. Activate Windows Subsystem for Linux
4. Reboot
5. You might need to install this: [https://learn.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package](https://learn.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package)
# Docker Desktop
1. Download Docker Desktop
2. Install it
3. Settings > Resources > Engine → Enable WSL2 integration with Ubuntu
4. Try to run on your Ubuntu terminal: `docker run hello-world`