Update docs/using/troubleshooting.md

This commit is contained in:
Ayaz Salikhov
2022-02-05 11:10:30 +03:00
committed by GitHub
parent 9be8333d19
commit dab76bd6ff

View File

@@ -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 <my-vol>:<container-dir> \
jupyter/minimal-notebook:latest
```