jlesage / docker-firefox

Docker container for Firefox
MIT License
1.67k stars 299 forks source link

Transfer files #38

Open paulo-maia opened 4 years ago

paulo-maia commented 4 years ago

Hi, Any suggestion on how to transfer files to my machine? Downloaded files are (as expected) downloaded to container machine, any easy way to get to them without going to cmd line?

jlesage commented 4 years ago

You can map any folder of the host machine to the container. Then, if you download your files to this mapped folder, they will the accessible directory from your machine.

paulo-maia commented 4 years ago

Thanks for the quick reply! got it working