https://github.com/soreana/docker-registry
https://github.com/soreana/docker-registry
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soreana/docker-registry
- Owner: soreana
- License: apache-2.0
- Created: 2017-10-27T14:38:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T22:37:13.000Z (about 7 years ago)
- Last Synced: 2025-01-25T23:16:51.784Z (4 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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