Relative Content

Tag Archive for dockerkubernetesdevops

Is there a tool to update a docker container w/o updating all of the image?

I know that docker engine will cache the unchanged part of the image. However, I’m working at a closed net environment such that assume we have an image that works well, then some developer changed one line of code; in our case we have to create image all over again and load it on a flash disk then update all of the image in the production machine. We do that because we use infra network and there is no way we can change it.