2.1.3 Building our own images

View in the book. Buy the book.

Get the book’s examples

git clone https://github.com/WilliamDenniss/kubernetes-for-developers.git
cd kubernetes-for-developers

Build this simple container

cd Chapter02/2.1.3_Dockerfile/
docker build . -t hello

Run it

$ docker run hello python3 hello.py
Hello Docker