Copying files from Docker container to host

You can use docker container cp command to copy files and directories from docker container to your host.

Note: The same command can be used to copy files from your host to docker container or from one docker container to another docker container.

Syntax:

Example: