

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 2
click for more info
Not enough gems
Cost: 6 gems
1: Containers
incomplete
2: Images
incomplete
3: Run a Container
incomplete
4: Stop a Container
incomplete
5: Multiple Containers
incomplete
This lesson's interactive features are locked, please to keep using them
So a "container" is kinda like a lightweight VM, great... so what's an image?
A container is basically an image that's actively running. In other words, you boot up a container from an image. You can create multiple separate containers all from the same image (it's kinda like the relationship between classes and objects).
Click to play video
docker pull docker/getting-started
All this does is copy the image file down on your local machine so you won't have to download it later to be able to use it.
docker images
Submit the CLI tests. There's no penalty on failure for this lesson.