Motivation
In a previous post I summarized how to start a docker container in user mode.
When using multiple PCs (WorkStation, hereafter WS), it is necessary to consider how to realize a mechanism to share containers among multiple WS. In the case of singularity, we could store sif files on an NFS server and use them from other WS.
In case of docker, I decided to build a registry server, thinking that I could set up a private registry in my home network and operate it.
[Read More]