Day-2: Docker Installation & Setup — Windows / Linux / Mac + WSL2 & Docker Desktop vs Engine (Hindi)

Опубликовано: 30 Апрель 2026
на канале: Tech With Diwana
128
8

Day-2 — Docker Installation & Setup (Hindi): Windows, Linux aur macOS par Docker kaise install karte hain step-by-step. WSL2 setup (Windows ke liye important), Docker Desktop vs Docker Engine difference, aur end me Docker basic commands test — sab kuch 30-minute me hands-on.

🔗 Repo & assets (Day-2): https://github.com/techwithdiwana/doc...
📺 Channel:    / @techwithdiwana  
🔗 LinkedIn:   / techwithdiwana  

⏱️ Chapters / Timestamps (30:00)
0:00 Intro — kya cover karenge
0:40 System requirements & prerequisites
2:00 Windows — Docker Desktop install step-by-step
6:00 WSL2 setup & integration with Docker Desktop
10:00 Windows common issues & fixes
12:30 Linux — Docker Engine install (Ubuntu/Debian/CentOS)
16:00 macOS — Docker Desktop install (Intel vs Apple Silicon)
18:30 Docker Desktop vs Docker Engine — differences & pros/cons
20:30 Post-install verification (docker --version, docker info)
22:00 Docker basic commands test (hands-on):
docker --version
docker run hello-world
docker ps
docker ps -a
docker images
docker run -it alpine sh
docker run -d -p 8080:80 nginx:alpine
docker rm container_id
docker rmi image_id
docker compose version
27:00 Troubleshooting install/runtime issues
29:00 Recap, next steps & resources
30:00 Outro & CTA

📌 Commands covered in this video (copy-paste):
docker --version # Check version
docker run hello-world # Test
docker ps # Running containers
docker ps -a # All containers
docker images # List images
docker run -it alpine sh # Run interactive container
docker run -d -p 8080:80 nginx:alpine # Run nginx server
docker rm container_id # Remove container
docker rmi image_id # Remove image
docker compose version # Check Docker Compose

Who is this for:
Beginners setting up Docker on Windows/Linux/macOS
Developers who want to test Docker Desktop vs Docker Engine
Windows users needing WSL2 integration with Docker Desktop

Resources:
• Official Docker Docs: https://docs.docker.com/get-started/
• WSL2 guide: https://learn.microsoft.com/windows/w...
• Day-2 repo & files: https://github.com/techwithdiwana/doc...

👍 If this video helped — LIKE, SUBSCRIBE & press the BELL 🔔
💬 Comment which OS setup gave you issues — I’ll reply and help.