reg/server
Jess Frazelle 2648f96229
update screenshot
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-05 17:09:16 -04:00
..
static fix javascript 2017-04-24 15:03:03 -04:00
templates add back in last updated 2017-06-05 13:26:51 -04:00
Dockerfile server things 2016-12-19 18:04:40 -08:00
handlers.go fix 2017-06-05 14:07:30 -04:00
home.png add readme for server 2017-03-05 12:36:38 -08:00
README.md cleanup 2017-04-24 14:40:21 -04:00
server.go Fix repo with slashes, no vulnerability scan on tags page (#25) 2017-04-25 09:45:02 -04:00
vuln.png update screenshot 2017-06-05 17:09:16 -04:00

reg-server

A static UI for a docker registry. Comes with vulnerability scanning if you have a CoreOS Clair server set up.

Demo at r.j3ss.co.

Usage

$ reg-server -h
NAME:
   reg-server - Docker registry v2 static UI server.

USAGE:
   reg-server [global options] command [command options] [arguments...]

VERSION:
   v0.1.0

AUTHOR:
   @jessfraz <no-reply@butts.com>

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug, -d                 run in debug mode
   --username value, -u value  username for the registry
   --password value, -p value  password for the registry
   --registry value, -r value  URL to the private registry (ex. r.j3ss.co)
   --insecure, -k              do not verify tls certificates of registry
   --port value                port for server to run on (default: "8080")
   --cert value                path to ssl cert
   --key value                 path to ssl key
   --interval value            interval to generate new index.html's at (default: "1h")
   --clair value               url to clair instance
   --help, -h                  show help
   --version, -v               print the version

Screenshots

home.png

vuln.png