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 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T15:07:08.000Z (about 1 month ago)
- Last Synced: 2025-03-09T16:20:36.444Z (about 1 month 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.83 MB
- Stars: 555
- Watchers: 9
- Forks: 58
- Open Issues: 9
-
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)
- 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
[](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot1.png)
Tag overview
[](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot2.png)
Tag details
[](https://github.com/klausmeyer/docker-registry-browser/raw/master/docs/screenshot3.png)
Delete tag
[](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.