Local Deploy banner
bybren-llc bybren-llc

Local Deploy

DevOps community

Description

--- description: Deploy latest Docker image to local Docker environment allowed-tools: [Read, Write, Edit, Bash, Grep, Glob] --- Deploy the latest Docker image from GitHub Container Registry to your LOCAL machine's Docker. Works on any machine with Docker Desktop or Docker Engine installed. ## Usage ```bash /local-deploy # Deploy using dev mode (source-mounted, hot-reload) /local-deploy --staging # Deploy using staging mode (self-contained, production-like) /local-deploy --reb

Installation

Installs to ~/.claude/commands/bybren-llc-safe-agentic-workflow-local-deploy.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bybren-llc/safe-agentic-workflow/HEAD/.claude/commands/local-deploy.md -o ~/.claude/commands/bybren-llc-safe-agentic-workflow-local-deploy.md

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

Full documentation available on GitHub

View Source Repository