From dab76bd6ffaea2a463e27766387d963ca4313d07 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 5 Feb 2022 11:10:30 +0300 Subject: [PATCH] Update docs/using/troubleshooting.md --- docs/using/troubleshooting.md | 1 + 1 file changed, 1 insertion(+) 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 ```