Docker-Container-Demo/README.md

227 B

Docker-Container-Demo

A quick demo to show off deployment of docker containers to Kubernetes

how to use:

  • build the container, run it, point some port to its 8080, eg -p 8080:8080
  • do a http request via that port