Update docker.md

This commit is contained in:
Le-Zheng 2021-12-09 13:49:13 +08:00 committed by GitHub
parent aa157429d9
commit 18d5e6a7a0

View file

@ -80,6 +80,7 @@ After a Docker container is launched and user login into the container, you can
In the `/opt/work` directory, run this command line to start the Jupyter Notebook service:
```
source activate bigdl
./start-notebook.sh
```