Docker Registry
- Custom UI configuration
Docker Registry UI has many customizable settings. They can be set in /app/data/registry-ui.sh using the File manager. Be sure to restart the app after making any…
- Delete Images
To enable deletion of images via the UI, enable the storage.delete.enabled setting in /app/data/config.yml using the File manager. After enabling it, restart the app and…
- Delete Repository
All repositories are stored in the /app/data/storage/docker/registry/v2/repositories/ folder. To delete a repository, delete the corresponding repository folder using…
- Delete Tag
To delete a tag, use the delete button in the UI. While the tag gets deleted immediately, the image blobs are not. The app is configured to run the Garbage collector…
- User Management
Cloudron Directory When Cloudron user management is enabled, simply use the Cloudron username and password to login. docker login registry.cloudron.space Username…
- How to order Docker Registry?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Docker Registry 4. Select service Region This is the datacenter location where your App will…
