Manage Docker services: start, stop, restart, rebuild, logs, status. Use when the user asks to restart backend, start services, rebuild containers, check logs, stop Docker,…
Set up a Docker container for running Nextflow training examples. Handles basic setup, Docker-outside-of-Docker (DooD) for containerized processes, ARM Mac platform emulation, and…
Crear o adaptar entornos Docker de desarrollo similares al patron de lareferencia-platform (docker-compose + carpeta Docker + wrapper Docker/dev.sh).
Containerize applications using Docker. Enforce production-grade security, multi-stage builds, and optimized resource allocation.
Container specialist for Docker, Docker Compose, image optimization, and container orchestration fundamentalsUse when "docker, dockerfile, container, docker-compose, image,…
Use when creating or modifying a Dockerized service - guides the deps+app two-stage Dockerfile pattern, docker-compose structure, entrypoint conventions, and env-driven…
Multi-service Docker deployment configuration generator with support for development, staging, and production environments.
Orchestration avec Docker Swarm incluant services, stacks, overlay networks, secrets et rolling updates.
Convert Docker Compose files to Docker Swarm stack format for eRegistrations deployments. Handles env var replacement, secrets management, init-swarm.sh generation, reference…
Docker-based test environment management for isolated, reproducible test execution. Create Docker Compose environments, manage test containers, configure service dependencies, and…
Guidance for running and debugging tests in Docker environments for FastAPI + Vue/Tailwind projects.
Convert Docker Compose files or installation docs into production-grade Sealos templates. Use when user has a docker-compose.yml and wants a Sealos or Kubernetes template, wants…
Troubleshoot Docker Compose startup errors. Use when encountering network conflicts, container name collisions, orphaned containers, or other Docker setup issues.
Поднятие Docker dev-окружения — docker compose up -d --build, healthcheck всех сервисов, troubleshooting. Используй перед /test и /test-ui (шаг 5.1).
Docker Compose orchestration for Vigil Guard v2.0.0 microservices (11 services). Use when deploying services, managing containers, troubleshooting Docker network issues, working…
Use when deploying the ipbhalle/metfragweb container and you need to supply custom MetFrag settings (ChemSpider tokens, proxy servers, local database connections) without…
Implement persistent storage with Docker volumes, bind mounts, and backup strategies
Guide for using Docker - a containerization platform for building, running, and deploying applications in isolated containers.
Use when deploying a Dockerized application to a VPS (Linux server) via SSH without a container registry, generating a GitHub Actions pipeline that uses docker save, gzip…
Docker Compose Watch mode for automatic hot reload during local development with sync, rebuild, and restart actions
Containerizes web applications with Docker for consistent deployments across environments. Use when creating Dockerfiles, building container images, or setting up Docker Compose…
Generate optimized Dockerfiles and docker-compose.yml with best practices and multi-stage builds
Comprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, image optimization, debugging, and production best practices.
Comprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, image optimization, debugging, and production best practices.
Create Dockerfiles, docker-compose configurations, and container workflows for Python projects with UV.
Create Dockerfiles, docker-compose configurations, and container workflows for Python projects with UV.
Learn Dockerfile fundamentals and best practices for building production-ready container images
Create and optimize Dockerfiles with BuildKit, multi-stage builds, advanced caching, and security. Use when: (1) Creating new Dockerfile, (2) Optimizing existing Dockerfile, (3)…
Use when optimizing Docker builds with BuildKit, designing multi-stage Dockerfiles, leveraging cache mounts, building multi-arch images, choosing distroless vs alpine, or signing…
Generate optimized, production-ready Dockerfiles with multi-stage builds, security best practices, and proper layer caching for various application types.
Use when when deploying a Shiny application with mixed R and Python dependencies
트리거: "dockerfile 만들어줘", "도커 설정", "docker 설정해줘", "컨테이너화", "dockerize" 수행: 프로젝트 구조 분석 → 멀티스테이지 Dockerfile + docker-compose.yml 생성.
Dockerfile の作成・改善を支援する。「Dockerfile を作って」「Dockerfile 作成」「Dockerfile をレビュー」「Dockerfile 改善」「Dockerfile 最適化」「マルチステージビルド」「alpine 化」「イメージサイズ削減」「Dockerfile のベストプラクティス」などで起動。 — from…
Dockerfile Opt skill for automated devops workflows. Provides tools and templates for dockerfile, dockerfiles,
Authors and optimizes Dockerfiles for small, secure, fast-building container images: multi-stage builds, minimal/distroless bases, layer caching, non-root users, and…
Optimizes Dockerfiles for smaller images, faster builds, better caching, and security hardening using multi-stage builds and best practices.
Core Dockerfile best practices including multi-stage builds, layer caching, security hardening, base image selection, and language-specific patterns for Python, Node, Rust, R, Go,…
Review Dockerfiles for best practices, security, and optimization. Use when the user says "review Dockerfile", "optimize image", "Dockerfile best practices", "reduce image size",…
Generate production-ready Dockerfile for any GitHub project. Supports monorepo, multi-stage builds, workspace detection, and iterative build-fix cycles.
Generar Dockerfile optimizado. Activar cuando el usuario quiera crear contenedor, generar imagen Docker, configurar Docker Compose, contenerizar aplicacion o crear un Dockerfile…
Dockge is a self-hosted Docker Compose stack manager with a reactive web UI for managing compose.yaml files.
Configure CI/CD pipelines for Documenso integrations. Use when setting up automated testing, deployment pipelines, or continuous integration for Documenso projects.
Deploy Documenso integrations across different platforms and environments. Use when deploying to cloud platforms, containerizing applications, or setting up infrastructure for…
Execute Documenso production deployment checklist and rollback procedures. Use when deploying Documenso integrations to production, preparing for launch, or implementing go-live…
Document CI/CD, deployment, and operational procedures. Use when creating runbooks, documenting deployment processes, or writing operational guides.
Project documentation with MkDocs Material - consistent structure, API auto-generation, GitHub Pages deployment
Dokku is a self-hosted Platform-as-a-Service built on Docker that provides Heroku-like git-push deployment on your own infrastructure.
Manage Dokploy deployments, projects, applications, and domains via the Dokploy API.
Generate Docker Compose files following Dokploy conventions with proper networking, volumes, and service patterns.
Use when deploying, managing, or troubleshooting Dokploy instances via the CLI (https://github.com/Dokploy/cli).
AI-driven deployment management using Dokploy MCP server for projects, applications, and databases
Multi-tenancy patterns for Dokploy templates with network isolation: separate docker networks per tenant, shared infrastructure, and tenant-specific configuration.
Use when building cloud-native apps. Keywords: kubernetes, k8s, docker, container, grpc, tonic, microservice, service mesh, observability, tracing, metrics, health check, cloud,…
Padrões de infraestrutura Kubernetes, secrets, clusters e operações GitOps no Yby CLI
Infrastructure and deployment standards for Dutch government systems. Use when deploying to Haven (government Kubernetes), setting up FSC (Federated Service Connectivity), or…
Use when generating a weekly DORA metrics report, checking deployment frequency, lead time, change failure rate, recovery time, or assessing software delivery performance.
Computes DORA delivery-performance metrics from git and GitHub API. Use when assessing deployment frequency, lead time, or change failure rate.
Dotenv Manager - Auto-activating skill for DevOps Basics. Triggers on: dotenv manager, dotenv manager Part of the DevOps Basics skill category.
Routes .NET/C# requests to the correct domain skill and loads coding standards as baseline for all code paths.
Build, debug, modernize, or review ASP.NET Core applications with correct hosting, middleware, security, configuration, logging, and deployment patterns on current .NET.