docker copy file from container to host after run code example
Example: copy file from docker container to host
docker cp :/file/path/within/container /host/path/target
docker cp :/file/path/within/container /host/path/target