docker compose cp
内容説明 | Copy files/folders between a service container and the local filesystem |
---|---|
利用方法 | docker compose cp [OPTIONS] SERVICE:SRC_PATH DEST_PATH|-
docker compose cp [OPTIONS] SRC_PATH|- SERVICE:DEST_PATH |
内容説明
Copy files/folders between a service container and the local filesystem
オプション
オプション | デフォルト | 内容説明 |
---|---|---|
--all | Include containers created by the run command | |
-a, --archive | Archive mode (copy all uid/gid information) | |
-L, --follow-link | Always follow symbol link in SRC_PATH | |
--index | Index of the container if service has multiple replicas |