kubernetes/examples/environment-guide/containers/backend/Dockerfile
Jeff Mendoza c2a3e4e811 Add Environment Guide example.
This example shows a simple two tier setup in Kubernetes, and
simply prints the environment information that each pod sees.
Querying the service multiple times will show services at work
load balancing requests.
2015-06-09 09:07:27 -07:00

3 lines
32 B
Docker

FROM golang:onbuild
EXPOSE 8080