docker-registry
Installation
SKILL.md
Docker Registry Skill
Set up and manage private Docker registries for secure image distribution and management.
Purpose
Deploy private registries, configure authentication, and manage images across multiple registries.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| registry_type | enum | No | docker | docker/ecr/gcr/acr |
| auth | boolean | No | true | Enable authentication |
| tls | boolean | No | true | Enable TLS |
Registry Types
| Registry | Provider | Auth Method |
Related skills
More from pluginagentmarketplace/custom-plugin-docker
docker-compose-setup
Set up multi-container applications with Docker Compose including services, networks, and volumes
142docker-optimization
Optimize Docker images and containers for size, build speed, and runtime performance
56docker-swarm
Docker Swarm orchestration, cluster management, and production deployments
44docker-ci-cd
Docker integration with CI/CD pipelines for automated builds, testing, and deployments
36docker-networking
Configure Docker networking for containers including bridge, overlay, and service discovery
24docker-security
Secure Docker containers and images with hardening, scanning, and secrets management
21