Source code of Google baked containers

12/3/2017

Where can I find the source code of Google baked containers like this zookeeper one?:

gcr.io/google_containers/kubernetes-zookeeper

Cheers

-- Joan
docker
google-kubernetes-engine
kubernetes

1 Answer

12/3/2017

Depends on the container maintainer. for the provided example:

https://github.com/kow3ns/kubernetes-zookeeper

More information for finding related dockerfiles:

I just googled: gcr.io/google_containers/kubernetes-zookeeper dockerfile

-- Farhad Farahi
Source: StackOverflow