Skopiuj pliki z Docker

sudo docker cp <Container ID>:<Path of file inside the container> <Path in the local machine>
Lazy Lizard