Super-simple Node web app for containerization demos
- Fork the repo
 - Clone repo locally
 - Build Docker iamge 
docker image build -t <tag> .from within the root directory of the repo - Push image to container registry
 - Run container/Pod using the created image
 
Used in the following:
- Docker Deep Dive book (all editions up to May 2020)
 - Docker Deep Dive video training course
 - Getting Started with Docker video training course (replaced in 2020 edition)