docker compose watch
| 内容説明 | Watch build context for service and rebuild/refresh containers when files are updated |
|---|---|
| 利用方法 | docker compose watch [SERVICE...] |
内容説明
Watch build context for service and rebuild/refresh containers when files are updated
オプション
| オプション | デフォルト | 内容説明 |
|---|---|---|
--no-up | Do not build & start services before watching | |
--prune | true | Prune dangling images on rebuild |
--quiet | hide build output |