Docker logs:
docker git:(master) ✗ docker run -p 8888:8888 -v `pwd`:/home/jovyan/work lappsgrid/jupyter-groovy-kernel
[I 03:53:18.641 NotebookApp] Writing notebook server cookie secret to /home/jovyan/.local/share/jupyter/runtime/notebook_cookie_secret
[W 03:53:19.236 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[I 03:53:19.309 NotebookApp] JupyterLab beta preview extension loaded from /opt/conda/lib/python3.6/site-packages/jupyterlab
[I 03:53:19.309 NotebookApp] JupyterLab application directory is /opt/conda/share/jupyter/lab
[C 03:53:19.316 NotebookApp] Running as root is not recommended. Use --allow-root to bypass.
I think the jupyter notebook should run as non root user in the cantainer.
Docker logs:
I think the jupyter notebook should run as non root user in the cantainer.