hello-go/README.md
Holger Mürk 0a6159b428 the code
2023-02-15 19:54:04 +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