Copiez un fichier à partir de Docker Container vers la machine locale

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