docker compose export
| 内容説明 | Export a service container's filesystem as a tar archive |
|---|---|
| 利用方法 | docker compose export [OPTIONS] SERVICE |
内容説明
Export a service container's filesystem as a tar archive
オプション
| オプション | デフォルト | 内容説明 |
|---|---|---|
--index | index of the container if service has multiple replicas. | |
-o, --output | Write to a file, instead of STDOUT |