We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84944dd commit 8415769Copy full SHA for 8415769
web4-env-setup/day1/01-install-docker.md
@@ -0,0 +1,20 @@
1
+# Step 1: Install Docker Desktop
2
+
3
+## 🎯 Goal
4
+Install Docker Desktop to enable containerized development with Web4.x.
5
6
+## 🧰 Prerequisites
7
+- Windows 10/11 with WSL2 support
8
+- Admin privileges
9
10
+## 📦 Download & Install
11
+1. Visit the official Docker Desktop site: [https://www.docker.com/products/docker-desktop](https://www.docker.com/products/docker-desktop)
12
+2. Download and run the installer.
13
+3. Enable the WSL 2 backend when prompted.
14
+4. Restart your system if necessary.
15
16
+## ✅ Verification
17
+Run the following in your terminal:
18
19
+```bash
20
+docker --version
0 commit comments