docker-networking
Docker Networking Skill
Master Docker networking concepts and configuration for container communication, service discovery, and network isolation.
Purpose
Configure and troubleshoot Docker networks for development and production environments with proper isolation and service discovery.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| driver | enum | No | bridge | bridge/overlay/host/macvlan |
| subnet | string | No | - | Custom subnet CIDR |
| internal | boolean | No | false | Internal-only network |
Network Drivers
| Driver | Use Case | Multi-Host | Encryption |
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-security
Secure Docker containers and images with hardening, scanning, and secrets management
21docker-production
Deploy Docker containers to production with monitoring, logging, and health checks
21