docker get file out of container with python code example
Example 1: copy file from docker container to host
docker cp :/file/path/within/container /host/path/target
Example 2: copy file from docker container to host
docker cp :/file/path/within/container /host/path/target