docker-compose and systemd scripts for running a private docker registry as a linux service
$ git clone git@github.com:atlascity/docker-registry.git /docker-registry
$ cd /docker-registry
$ cp docker-registry.service /etc/systemd/system/
$ systemctl daemon-reload
$ systemctl start docker-registry@.service