An open API service indexing awesome lists of open source software.

https://github.com/soreana/docker-registry


https://github.com/soreana/docker-registry

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

to install service :

1. copy docker-registry.service to /etc/systemd/system/

2. reload services : sudo systemctl daemon-reload

3. activate the launch of the service at boot: sudo systemctl enable docker-registry

4. start service : sudo systemctl start docker-registry