...

/

Do-It-Yourself: Run a Container

Do-It-Yourself: Run a Container

In this lesson, you will learn how to run a container based on the already created hello-world image.

We'll cover the following...

Note: The commands used in this course will be the same regardless of if you are using a Windows, Linux, or Mac system.

Press + to interact
docker run hello-world

Run the above mentioned command in the given terminal:

Terminal 1
Terminal
Loading...

Congratulations, you just ran your first container! Here’s what just happened in detail: ...