Files
Docker-Container-Demo/README.md
2023-02-15 20:11:25 +02:00

11 lines
227 B
Markdown

# 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