Kopieren Sie eine Datei vom Docker -Container auf den lokalen Computer

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