Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klausmeyer/docker-registry-browser
🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.
https://github.com/klausmeyer/docker-registry-browser
docker docker-registry rails ruby user-interface web-app
Last synced: about 2 months ago
JSON representation
🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.
- Host: GitHub
- URL: https://github.com/klausmeyer/docker-registry-browser
- Owner: klausmeyer
- License: mit
- Created: 2016-04-23T19:07:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:50:27.000Z (2 months ago)
- Last Synced: 2024-10-18T15:18:47.119Z (2 months ago)
- Topics: docker, docker-registry, rails, ruby, user-interface, web-app
- Language: Ruby
- Homepage: https://hub.docker.com/r/klausmeyer/docker-registry-browser/
- Size: 2.69 MB
- Stars: 502
- Watchers: 9
- Forks: 52
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-docker - Docker Registry Browser - Web Interface for the Docker Registry HTTP API v2 by [@klausmeyer](https://github.com/klausmeyer) (Container Operations / User Interface)
- awesome-docker - Docker Registry Browser - Web Interface for the Docker Registry HTTP API v2 by [@klausmeyer](https://github.com/klausmeyer) (Container Operations / User Interface)
README
# Docker Registry Browser
Web Interface for the [Docker Registry HTTP API V2](https://docs.docker.com/registry/spec/api/) written in Ruby on Rails.
## Screenshots
Repositories overview
[![Screenshot 1](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot1_thumb.png "Screenshot 1")](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot1.png)
Tag overview
[![Screenshot 2](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot2_thumb.png "Screenshot 2")](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot2.png)
Tag details
[![Screenshot 3](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot3_thumb.png "Screenshot 3")](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot3.png)
Delete tag
[![Screenshot 4](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot4_thumb.png "Screenshot 4")](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot4.png)
## Usage
Please have a look at the [Documentation](https://github.com/klausmeyer/docker-registry-browser/blob/master/docs/README.md) for more details and available configuration options.
### Docker
```shell
$ docker run --name registry-browser -e SECRET_KEY_BASE=changeme -p 8080:8080 klausmeyer/docker-registry-browser
```Note: The value for `SECRET_KEY_BASE` can be generated via `openssl rand -hex 64`
### Kubernetes (Helm)
A helm-chart is available at [klausmeyer/helm-charts](https://github.com/klausmeyer/helm-charts/tree/master/charts/docker-registry-browser).
## Licence
The application is available as open source under the terms of the MIT License.