To copy a file from inside a running container to a location on the host, use:
docker cp containerid:/path/to/file/in/container /location/on/host
See docs here.
Articles, notes and random thoughts on Software Development and Technology
To copy a file from inside a running container to a location on the host, use:
docker cp containerid:/path/to/file/in/container /location/on/host
See docs here.