docker-latest-cp (1) Linux Manual Page
docker-cp – Copy files/folders between a container and the local filesystem. Synopsisdocker cp [–help] CONTAINER:SRC_PATH DEST_PATH|- docker cp [–help] SRC_PATH|- CONTAINER:DEST_PATH DescriptionThe docker cp utility copies the contents of SRC_PATH to the DEST_PATH. You can copy from the container’s file system to the local machine or the reverse, from the local filesystem to the container….
