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
- Enjoy new app