This is a simple tool for unsecure docker registry
-
clone the project
git clone https://github.com/wangc31/docker-registry-viewer.git ~/registry-viewer
-
change to the project folder
cd ~/registry-viewer
-
build the image
docker build -t registry-viewer .
-
run the registry viewer
docker run --rm -p 5000:5000 --env REGISTRY_HOST=http://[REGISTRY_HOST]:[REGISTRY_PORT] registry-viewer
-
view the registry
http://localhost:5000