Docker – copy file from container to host
In order to copy a file from a container to the host, you can use the command:
docker cp <containerId>:/path_in_container/fname.ext ./local_path