2023-02-15 17:12:14 +00:00
|
|
|
# Docker-Container-Demo
|
|
|
|
|
2023-02-15 17:54:04 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|