Docker packages your application and everything it needs into a single container. This container runs the same way on your laptop, a test server, or in the cloud. No more surprises when moving code between environments.
With Docker, you can avoid the "works on my machine" problem. Each container is isolated and portable. Your team can share the same setup. It works for small projects and large systems.
You can use Docker for development, testing, and production. It also helps run microservices and legacy applications side by side. The skill covers how to write Dockerfiles, use Docker Compose, and follow best practices.
Global
mkdir -p ~/.claude/skills/dockerProject
mkdir -p .claude/skills/dockerSource Repository
Azure Deploymicrosoft/azure-skills
Run Azure deployment commands with error recovery for already-prepared apps
Azure Preparemicrosoft/azure-skills
Generate Azure infrastructure code and config files for deployment preparation
Azure Storagemicrosoft/azure-skills
Store files, messages, and data with Azure Storage services easily.
Azure Validatemicrosoft/azure-skills
Validate your Azure deployment with thorough preflight checks on all prerequisites
Azure Resource Lookupmicrosoft/azure-skills
Find any Azure resource across subscriptions and groups easily
Azure Aigatewaymicrosoft/azure-skills
Govern your AI models and tools with Azure API Management gateway
Azure Resource Visualizermicrosoft/azure-skills
Map your Azure resources with clear architecture diagrams in minutes
Azure Rbacmicrosoft/azure-skills
Find the least privilege Azure RBAC role and generate CLI and Bicep code