Share docker images between hosts with NFS Share docker images between hosts with NFS docker docker

Share docker images between hosts with NFS


Instead of using NFS to expose the backing file system, I think it would be easier to set up docker-registry (with a volume on the master1, so the data is persisted there) and on the other nodes pull images via docker protocol by e.g. docker pull master1:5000/image:latest