Copie un archivo del contenedor Docker a la máquina local
sudo docker cp <Container ID>:<Path of file inside the container> <Path in the local machine>
Lazy Lizard
sudo docker cp <Container ID>:<Path of file inside the container> <Path in the local machine>