k8s-helpers/get_pod_ip

Paddy 2015-07-18 Child:e11b0d402621

0:278dc70f8696 Go to Latest

k8s-helpers/get_pod_ip/Dockerfile

First commit. Let's try and get this working. Basically, just a small container that will find the IP of the current pod in kubernetes.

History
paddy@0 1 FROM busybox
paddy@0 2
paddy@0 3 ADD docker-get_pod_ip /bin/k8s-helpers/get_pod_ip
paddy@0 4 ADD ca-certificates.crt /etc/ssl/certs/
paddy@0 5
paddy@0 6 WORKDIR /bin/k8s-helpers
paddy@0 7
paddy@0 8 CMD ["get_pod_ip"]