diff --git a/docs/using/troubleshooting.md b/docs/using/troubleshooting.md index 21c55740..c36a16b2 100644 --- a/docs/using/troubleshooting.md +++ b/docs/using/troubleshooting.md @@ -13,6 +13,7 @@ If you are running a Docker container while mounting a local volume or host dire ```bash docker run -it --rm \ -p 8888:8888 \ + -v : \ jupyter/minimal-notebook:latest ```