Important
This project is currently in development. Features may not be available currently but may come in the future. Feel free to request or help contribute :)
- Simple and Modern Design
- Easy Setup
- Connects to Local Registries using the official distribution/registry container image.
- Delete Image Tags from the UI
- SQLite Cache Layer for registry data
- View and Copy the Dockerfile from the UI
- View all Images for a specific Repo/Namespace
- Docker and Docker Compose
- Private Container Registry using the distribution/registry container.
Follow the Install guide here
- All the API Calls to the Registry happen Server-Side, the only exceptions to this are the
Copy Dockerfile
button. If you find something that is not happening Server side please open up a issue or a PR to help fix it.
- Shoutout to joxi/docker-registry-ui for the inspiration for this project.
- Shoutout to pocket-id/pocket-id for the SvelteKit inspiration and the Dropdown Card Component.