to run port forward

docker run -it -p 8888:8888 -v "$PWD":/src/ dl4nlp bash
jupyter notebook --ip 0.0.0.0 --allow-root

docker cp

docker cp dummy:/path/to/file /dest/to/file