0Pricing
Docker & Kubernetes for Developers · Lesson

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

  1. Introduction to Containerization
  2. Installing Docker & Basic Commands
  3. Running Your First Container
  4. Managing Docker Images and Containers
← Back to Docker & Kubernetes for Developers