Setting up a docker registry
As part of my new "infrastructure setup" I need my own private docker registry. This is of course run as a docker container. Prerequisites: * docker * docker-compose Create and mount data storage on host machine * I create an NFS share on my NAS and mount it in fstab: 10.0.1.…