2.1.5 Adding a default command

View in the book. Buy the book.

A Dockerfile with a default command

Run it:

$ cd Chapter02/2.1.5_DefaultCommand
$ docker build . -t hello3
$ docker run hello3
Hello Docker