Skip to content

Commit 8415769

Browse files
Create 01-install-docker.md
Signed-off-by: Thomas Pichler <[email protected]>
1 parent 84944dd commit 8415769

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)