Cyberpunk Docker Registry Interface
🐳 Docker Registry | 🌍 Web UI | ⚡ Fast | 🎨 Beautiful | 🔒 Secure
CyberDock is a sleek, cyberpunk-themed Docker Registry with an integrated web interface. It combines a fully compliant OCI Distribution registry with a beautiful, real-time UI for managing your container images.
The intention is to provide a simple, secure, and efficient way to replay and manage your Docker images.
Registry Features | Content Support |
---|---|
|
|
Web Interface | Security |
|
|
Docker image is a simple way to get started.
docker run -d --name cyberdock -p 5000:5000 -p 5001:5001 mattrogers/cyberdock:latest
- Access the interfaces:
- Registry: https://localhost:5000
- Web UI: https://localhost:5001
CyberDock runs two servers:
- Registry server on port 5000
- Web UI server on port 5001
Remote Purge ☢️
curl -k -X POST https://cyberdock:5001/api/purge
Add to your Docker daemon configuration:
{
"insecure-registries": ["localhost:5000"]
}
docker tag your-image:tag localhost:5000/your-image:tag
docker push localhost:5000/your-image:tag
docker pull localhost:5000/your-image:tag
Default ports:
- Registry: 5000
- Web UI: 5001
Command line flags:
-r PORT # Set registry port (default: 5000)
-g PORT # Set web UI port (default: 5001)
- 0.3.0d:
- Added storage efficiency analysis
- Added image density metric
- Added repository health metric
- Added total layers and average layers per image metrics
- Added layer distribution chart
- Bugfixes for dashes and long names