Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/docker-registry-rpm
RPM packaging for docker registry (v2)
https://github.com/abn/docker-registry-rpm
Last synced: 7 days ago
JSON representation
RPM packaging for docker registry (v2)
- Host: GitHub
- URL: https://github.com/abn/docker-registry-rpm
- Owner: abn
- License: apache-2.0
- Created: 2015-06-11T14:24:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T21:43:24.000Z (almost 7 years ago)
- Last Synced: 2024-11-18T07:49:56.630Z (about 1 month ago)
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Registry (v2): RPM Packaging
**NOTE:** This is here for specific use cases only. The Fedora project now provides the [docker-distribution](https://src.fedoraproject.org/rpms/docker-distribution) package via the official repositories.
RPM packaging for [docker registry (v2)](https://github.com/docker/distribution). This package is built and hosted using [Travis CI](https://travis-ci.com) and [Fedora Copr](https://copr.fedorainfracloud.org/) as described in the [RPM Build Flow](https://gist.github.com/abn/daf262e7e454509df1429c87068923d1).
You can use this package by enabling the copr repository at [abn/docker-registry](https://copr.fedorainfracloud.org/coprs/abn/docker-registry/) as described [here](https://gist.github.com/abn/daf262e7e454509df1429c87068923d1#using-packages-in-copr-repository).
## Basic usage
Once installed, `docker-registry` can be used as follows.```sh
# simple Usage
/usr/bin/docker-registry serve /etc/docker-registry.yml# systemd start
systemctl start docker-registry# enable on boot
systmectl enable docker-registry
```