Show HN: Docker ロールアウト – Docker-earn のゼロ ダウンタイム デプロイ
Docker CLI plugin that updates Docker Compose services without downtime. Simply replace docker compose up -d with docker rollout in your deployment scripts. This command will scale the service to 2 instances, wait for the new container to be ready, and then remove the old container. Features Installation Usage ⚠️ Caveats Sample deployment script Why?…