forked from holger/Docker-Container-Demo
11 lines
227 B
Markdown
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
|
|
|
|
|
|
|