Add goreportcard and docker images link.

This commit is contained in:
Roman Vynar 2018-02-20 09:22:47 +02:00
parent 2d049c4e3c
commit 95be18ccf1

View File

@ -1,5 +1,7 @@
## Docker Registry UI ## Docker Registry UI
[![Go Report Card](https://goreportcard.com/badge/github.com/quiq/docker-registry-ui)](https://goreportcard.com/report/github.com/quiq/docker-registry-ui)
### Overview ### Overview
* Web UI for Docker Registry 2.6+ * Web UI for Docker Registry 2.6+
@ -14,6 +16,8 @@
No TLS or authentication implemented on the UI web server itself. No TLS or authentication implemented on the UI web server itself.
Assuming you will proxy it behind nginx, oauth2_proxy or something. Assuming you will proxy it behind nginx, oauth2_proxy or something.
Docker images [quiq/docker-registry-ui](https://hub.docker.com/r/quiq/docker-registry-ui/tags/)
### Configuration ### Configuration
The configuration is stored in `config.yml` and the options are self-descriptive. The configuration is stored in `config.yml` and the options are self-descriptive.