David Procházka/Notes/Docker/DockerTable of ContentsMount the current directory into the containerMount the current directory into the container #docker run --rm -it -v $(pwd):/<directory> <image> /bin/bash