Docker Review banner
vidhya101 vidhya101

Docker Review

Security community

Description

--- description: Review a Dockerfile/image for multi-stage correctness, size, and security. argument-hint: "[path to Dockerfile, defaults to ./Dockerfile]" --- Review the container build at: $ARGUMENTS (default: `./Dockerfile` and any `docker-compose*.yml`). Delegate to the `docker-reviewer` agent using the `docker`, `docker-security`, and `docker-multi-stage` skills. Check specifically: - Is the build genuinely multi-stage (builder vs. minimal runtime), or does the runtime image carry comp

Installation

Installs to ~/.claude/commands/vidhya101-k8s-ai-operator-docker-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/vidhya101/k8s-ai-operator/HEAD/.claude/commands/docker-review.md -o ~/.claude/commands/vidhya101-k8s-ai-operator-docker-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository