Volume de montage Docker
docker run -v /host/directory:/container/directory -other -options image_name command_to_run
Smoggy Squirrel
docker run -v /host/directory:/container/directory -other -options image_name command_to_run
docker run -it --rm -p 10001:8888 -v "{current directory(pwd)}":/home/jovyan/work jupyter/datascience-notebook:6b49f3337709