
01 · Self-hosted registry operations
Active · Public project
Registry Control Plane
A management layer for Docker Distribution that makes routine access, cleanup, and maintenance work repeatable.
The operating problem
The standard registry path works well for image distribution, but routine operator work still spills into scripts, direct API calls, and one-off cleanup steps.
- Design decision
- I left Docker Distribution in the data path and added a separate management layer for credentials, repository access, cleanup, maintenance mode, and repeatable operator workflows.
- Current state
- The source is public and packaged for repeatable deployment. I continue to refine the performance and interface paths used in day-to-day operation.