[Jay] Others will not able the detect the status of the container, so one running docker container on a docker server might be marked as unavailable in other docker servers.
For docker load/save, are you meaning the following:
1) Docker save the tar ball in an NFS
2) Docker load the tar ball to local docker server
3) Create docker containers based on the new local image
Is it the process? If it is, then it might be not as what I want ;-(, what I want is using NFS as a "local repo" for docker images and make the docker images in NFS available to all docker servers. But because of the limitations that you listed, seems we do not have a better way to handle this, right?
I see that you are from docker team, so does docker team has any plan to make my case work via NFS? ;-)
Thanks,
Jay
Thanks,