I created a docker image with python libraries and Jupyter. I start the container with the option -p 8888:8888, to link ports between host and container. When I l
-p 8888:8888
You can use the command jupyter notebook --allow-root --ip[of your container] or give access to all ip using option --ip0.0.0.0.
jupyter notebook --allow-root --ip[of your container]
--ip0.0.0.0