Test app for demonstrating containerizing web app
Super-simple Node web app for containerization demos
Instructions for use
- 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
References
Used in the following: