docker-container-cp (1) Linux Manual Page
NAME docker-container-cp – Copy files/folders between a container and the local filesystem SYNOPSIS docker container cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|- docker cp [OPTIONS] SRC_PATH|- CONTAINER:DEST_PATH DESCRIPTION The docker container 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…
