UI for browsing a Registry using the v2 api
10M+
Just as crane operators can see where all the containers that are in the shipyard, CraneOp gives you a simple web interface for browsing around a Docker Registry running version 2.0+
VERSION 2.2 Includes a bunch of new requested features!

When you run your own internal docker registry, it can be challenging to find out what has been saved there. I wanted to create a simple and lightweight frontend for browsing my registry. Most solutions that exist are built for registry v1 and don't work with the newer registry v2. (to be honest, its hard enough to even get registry v2 working... browsing it shouldn't be)
docker run -d -p 80:80 parabuzzle/craneoperator:latest
Available Environment Variables:
note: some variables changed in version 2.2
localhost)5000)http or https) (default: https)true)REGISTRY_HOST:REGISTRY_PORT)ALLOW_REGISTRY_LOGIN
ALLOW_REGISTRY_LOGINALLOW_REGISTRY_LOGIN enabled, this is overridden by the user's session)ALLOW_REGISTRY_LOGIN enabled, this is overridden by the user's session)USERNAME for this to work)docker run -d \
-p 80:80 \
-e REGISTRY_HOST=registry.yourdomain.com \
-e REGISTRY_PORT=443 \
-e REGISTRY_PROTOCOL=https \
-e SSL_VERIFY=false \
-e ALLOW_REGISTRY_LOGIN=true \
-e REGISTRY_ALLOW_DELETE=true \
parabuzzle/craneoperator:latest
Content type
Image
Digest
sha256:ea372a069…
Size
110 MB
Last updated
over 8 years ago
docker pull parabuzzle/craneoperator