Skip to main content
  1. Notes/

Docker

Mount the current directory into the container #

docker run --rm -it -v $(pwd):/<directory> <image> /bin/bash