Skip to content

nshCore/docker-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-registry

docker-compose and systemd scripts for running a private docker registry as a linux service

Install

Git clone to the root directory

$ git clone git@github.com:atlascity/docker-registry.git /docker-registry

Install the systemd unit file

$ cd /docker-registry
$ cp docker-registry.service /etc/systemd/system/

Re-load the systemctl daemon & start the service

$ systemctl daemon-reload
$ systemctl start docker-registry@.service

About

Run Docker registry as a linux service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published