link
Copy files/folders between a container and the local filesystem
docker cp
Copy from container to host
docker cp my_container:/file.txt .
Copy from host to container
docker cp file.txt my_container:/path/