I’m using two hosts running Ubuntu and Docker all supervised.
Each time there’s an update, as far as I understand what’s happening, each machine is pulling the Docker image from servers.
As these two machines are synced in term of version, wouldn’t it be better to pull it once and copy it from one host to the other ?
That’s the idea, now I don’t know how to do it.
I’ve found this :
I don’t see any benefit from this, except if your internet connection is extremly slow. Just update on both systems separately, way easier to click a button on both instances, instead of downloading it at one place and then copying it over to the other place.
Proper way would be a private Docker repository on an internal machine, but it‘s not worth the effort. Docker images are layered, only the modified layers will be downloaded on update/pull.