docker compose bridge convert
| 内容説明 | Convert compose files to Kubernetes manifests, Helm charts, or another model |
|---|---|
| 利用方法 | docker compose bridge convert |
内容説明
Convert compose files to Kubernetes manifests, Helm charts, or another model
オプション
| オプション | デフォルト | 内容説明 |
|---|---|---|
-o, --output | out | The output directory for the Kubernetes resources |
--templates | Directory containing transformation templates | |
-t, --transformation | Transformation to apply to compose model (default: docker/compose-bridge-kubernetes) | |
-y, --yes | Assume "yes" to the output directory overwrite prompt. For scripts/CI, where no interactive confirmation is possible |