What problem does it solve?
This Skill provides a comprehensive guide and quick reference for Docker commands, container management, and Dockerfile creation, simplifying your containerization workflow.
Core Features & Use Cases
- Command Reference: Access a categorized list of essential Docker commands for building, running, and managing containers and images.
- Dockerfile Examples: Understand Dockerfile syntax and best practices for creating custom container images.
- Swarm Management: Learn commands for orchestrating containers with Docker Swarm.
- Use Case: Quickly recall the exact command to build a Docker image, run a container in detached mode, or deploy a multi-container application using Docker Compose.
Quick Start
Show me how to run a Docker container named 'my-app' from the 'my-image' image, mapping port 8080 on the host to port 80 in the container.