Coder Social home page Coder Social logo

zmoon111 / docker-registry-browser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from klausmeyer/docker-registry-browser

0.0 3.0 0.0 987 KB

Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.

License: MIT License

Ruby 76.33% JavaScript 2.35% CSS 1.85% HTML 19.47%

docker-registry-browser's Introduction

Docker Registry Browser

Build Status

Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.

Screenshots

Repositories overview

Screenshot 1

Tag overview

Screenshot 2

Tag details - part 1

Screenshot 3

Tag details - part 2

Screenshot 4

Delete tag

Screenshot 5

Usage

Docker

Execute:

docker run --name registry-browser -it -p 8080:8080 -e DOCKER_REGISTRY_URL=http://your-registry:5000 klausmeyer/docker-registry-browser

Manual setup

  1. Install ruby 2.3.x e.g. using RVM
  2. Execute gem install bundler && bundle install --without development test inside your local clone of this repository
  3. Run the application using DOCKER_REGISTRY_URL=http://your-registry:5000 bundle exec bundle exec puma -C config/puma.rb

Configuration

The configuration is done by environment variables.

Option Required Type Example Description
DOCKER_REGISTRY_URL yes String http://your-registry:5000 URL to the Docker Registry which should be browsed
NO_SSL_VERIFICATION no Bool true Enable to skip SSL verification (default false)
BASIC_AUTH_USER no String joe Username for basic-auth against registry
BASIC_AUTH_PASSWORD no String supersecretpassw0rd Password for basic-auth against registry
ENABLE_DELETE_IMAGES no Bool true Allow deletion of tags (default false)

docker-registry-browser's People

Contributors

klausmeyer avatar

Watchers

zhaoming avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.