Installing Docker & Basic Commands
Learn how to install Docker on your system and execute essential commands like `docker run`, `pull`, and `ps`.
Get Docker Running!
Now let's go hands-on. You'll install Docker on your machine and start running its most essential commands.
Easiest Way: Docker Desktop
On Windows or macOS, Docker Desktop is the easiest start — it bundles Docker Engine, the CLI, Compose, and a friendly GUI in one install.
All lessons in this course
- Introduction to Containerization
- Installing Docker & Basic Commands
- Running Your First Container
- Managing Docker Images and Containers