I started the Kubernetes master and minion on the local machine using Vagrant. I can create a json file for my kubernetnogo module, where I can run several public containers.
However, one Docker container is local, ontop on java:8-jdk, configured with DockerFile.
How can I refer to this local Docker container in kubernetes json pod so that the tunnels can run it?
In other words, does Kubernete support docker assembly;)
source
share