Hello World in Docker

The most-awaited Hello World

We'll cover the following...

Hello world in Docker

Congratulations! You have set up Docker on your system and we are one chapter away to start using it. As it is after every successful software setup, everyone hits that one line which tells them everything is working fine. Fortunately, Docker also has that line and it looks like:

$ docker run hello-world

Run this in the terminal or Docker shell and you should get the following output:

$ docker run
...