Hi! I think it would be helpful if it was possible to load Dockerfile's instead as well as Docker Images.
This way you could; - Use released software by other people from docker images. - Use unreleased software from dockerfiles. - Develop locally within / with Kubernetes, keeping the development environment close to the live environment cause they run in the same way. - Easy to run many services that are interconnected locally. I had hoped to be able to share a volume for a project between my host and the docker containers for the project ran by kubernetes and on file write have a node.js process inside (Gulp) manage recompiling the source and/or restarting processes when needed. I can do this with Docker Compose now but that means yet another layer of configuration files :-) -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
