diff --git a/README.md b/README.md index c25722c..1be5d88 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,10 @@ Type 'y' and [Enter] when prompted. 4. You are ready to use the environment. To deactivate it when finished: `conda deactivate` + + +# Running with Docker Container + +1. Run Docker Compose up to build an image and start the container + +`docker run -it --rm -p 8888:8888 -v "${PWD}":/home/jovyan/work jupyter/datascience-notebook:b418b67c225b` \ No newline at end of file