Acc Create Docker Healthcheck

🌐Community
by dykyi-roman · vlatest · Repository

Helps with creation, Docker as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add acc-create-docker-healthcheck npx -- -y @trustedskills/acc-create-docker-healthcheck
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "acc-create-docker-healthcheck": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/acc-create-docker-healthcheck"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill generates Docker healthcheck configurations. It creates a HEALTHCHECK instruction within a Dockerfile, allowing you to define commands that determine the health of your containerized application. This ensures containers are only considered healthy when they're truly functional and ready to receive traffic.

When to use it

  • Automated Dockerfile generation: When building new applications or services where automated infrastructure-as-code is desired.
  • Health monitoring for complex apps: For applications with dependencies or background processes that require more than a simple port check to determine health.
  • Improving container reliability: To proactively detect and replace unhealthy containers, enhancing overall system stability.

Key capabilities

  • Generates HEALTHCHECK instructions for Dockerfiles.
  • Supports defining custom healthcheck commands.
  • Automates the process of creating reliable container health monitoring.

Example prompts

  • "Create a healthcheck command that runs 'curl -f http://localhost:8080' and fails if it returns anything other than 200."
  • "Generate a Docker healthcheck that executes '/app/health'"
  • “Add a healthcheck to my dockerfile that checks the database connection”

Tips & gotchas

  • Ensure the command defined in the HEALTHCHECK instruction is idempotent and doesn't impact application state.
  • The skill requires familiarity with Dockerfiles and containerization concepts.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dykyi-roman
Installs
2

🌐 Community

Passed automated security scans.