docker run pwd volume code example
Example 1: docker mount volume
docker run -v /host/directory:/container/directory -other -options image_name command_to_run
Example 2: reuse docker volume
# Reuse a volume from another docker container with `docker run --volumes-from my-other-container ...`