2 artifacts
Tap to collapse details
docker --version
docker run hello-world
docker run -d -p 80:80 docker/getting-started
http://localhost
❌ Docker Desktop not running after install
→Check system tray/menu bar for Docker whale icon and start it
❌ Port 80 already in use
→Use different port like `docker run -d -p 8080:80 docker/getting-started` and visit localhost:8080
Tap to expand details
Spin up a personalized “learn Docker” plan you can save, check off, and return to anytime — unlimited on the free trial.
KodeKloud
DataCamp
learn.cantrill.io
by Elton Stoneman
by freeCodeCamp
Complete reference, guides, and getting started
Hands-on interactive tutorial
Search and share container images
Desktop app for building/running containers
Command-line interface included with Desktop
Integrates Docker into your editor