Build and manage Docker containers for FastAPI application
/plugin marketplace add Lobbi-Docs/claude/plugin install fastapi-backend@claude-orchestration[build|run|push|compose] [--tag latest] [--registry] [--platform linux/amd64]# Docker Operations for FastAPI Build, run, and manage Docker containers for FastAPI applications. ## Build Commands ### Basic Build ### Production Dockerfile ### Development Dockerfile ## Run Commands ### Local Development ### Docker Compose ### Docker Compose Commands ## Push to Registry ### Docker Hub ### GitHub Container Registry (GHCR) ### Azure Container Registry (ACR) ### AWS ECR ## Image Management ## Troubleshooting | Issue | Solution | |-------|----------| | Build fails on dependencies | Check `requirements.txt` and build-essential | | Contai...