How to launch jupyter in a docker image: jupyter notebook --no-browser --ip=0.0.0.0 --allow-root or jupyter lab: jupyter lab --no-browser --ip=0.0.0.0 --allow-root