mfhepp / py4docker

Template for running Python 3.x shell scripts and notebooks in a Docker container for isolation, security, and portability
MIT License
2 stars 0 forks source link

Support for bind mounts on Linux platforms #12

Closed mfhepp closed 10 months ago

mfhepp commented 10 months ago

This pull-request adds support for mapping the output folder to the container on Linux platforms, which require matching file permissions between host and container.