Skopiuj plik z kontenera Docker na komputer lokalny

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