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

オプション

オプションデフォルト内容説明
--allInclude containers created by the run command
-a, --archiveArchive mode (copy all uid/gid information)
-L, --follow-linkAlways follow symbol link in SRC_PATH
--indexIndex of the container if service has multiple replicas