

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Docker
incomplete
2: Install Docker
incomplete
3: What Is Docker?
incomplete
4: Docker Hub
incomplete
This lesson's interactive features are locked, please to keep using them
There are a couple of moving parts to keep in mind when it comes to using Docker on your local machine:
Submit the CLI tests. There's no penalty on failure for this lesson.
You may also want to enable shell completion for Docker.
If docker version prints the Client section but fails before printing Server, Docker is installed but your terminal can't reach the Docker daemon.
Windows/WSL: Enable Docker Desktop's WSL integration for your distro (Settings > Resources > WSL Integration), click Apply & restart, then restart your terminal. If you run into permission issues, use the Linux instructions below.
Linux: You may need to run Docker with sudo, or follow Docker's Linux post-install steps to run Docker without sudo.