dockerfile-basics
Installation
SKILL.md
Dockerfile Basics Skill
Master Dockerfile fundamentals and 2024-2025 best practices for building secure, optimized container images.
Purpose
Provide comprehensive guidance on Dockerfile syntax, instruction ordering, layer optimization, and security best practices.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| base_image | string | No | - | Base image to use |
| language | string | No | - | Programming language (node/python/go/java) |
| optimize | boolean | No | true | Apply optimization recommendations |
Core Instructions
Instruction Reference
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