Docker registry UI made with love
100K+
Fuzzy engine a is beautiful ✨ and simple 🐹 UI for your private Docker registry.
demo: https://fuzzy-engine.corentinfiloche.xyz
The best way to use and to deploy the UI is with Docker.
docker run -d -p 3000:3000 tchoupinax/fuzzy-engine
| Syntax | Description |
|---|---|
| DOCKER_REGISTRY_URL | Specify the url to access the registry |
| DOCKER_REGISTRY_USERNAME | Specify the username to access the registry |
| DOCKER_REGISTRY_PASSWORD | Specify the password to access the registry |
Environment variable can be passed to the container with -e option |
docker run -d \
-e DOCKER_REGISTRY_URL=registry.mydomain.com \
-p 3000:3000
tchoupinax/fuzzy-engine
You set your credentials with the form on the home page. Then, they are kept in a cookie. Not elsewhere. These credentials are used to request your registry. You can set your credentials from environment variables. When a credential is setted from environment, it could not be rewrited by user. Each credential is independant.
The docker registy image does not allow cross-origin request, so browser prevents from making the requests. The only solution is to make requests backend side.
Home page

List of your repositories

List of the digests (with tags) for one repository

docker exec -it container-name bin/registry garbage-collect /etc/docker/registry/config.yml
Content type
Image
Digest
sha256:3c6ed7329…
Size
733.4 MB
Last updated
4 days ago
docker pull tchoupinax/fuzzy-engine