Your web app needs to run the same way everywhere. Docker makes that easy by packaging your app into a container. This skill gives you ready to use Dockerfiles and docker-compose files for Next.js and Node.js projects.
You get scripts to build, run, and push your Docker images. They work with Kubernetes, Amazon ECS, Google Cloud Run, and more. The configurations follow best practices like multi-stage builds to keep images small and secure.
Whether you are developing locally or deploying to production, these files save you time. They include health checks, logging, and non-root users for safety. Just run a command and your app is containerized.
Global
mkdir -p ~/.claude/skills/docker-containerizationProject
mkdir -p .claude/skills/docker-containerizationSource 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