访问不到 容器中的 jupyter notebook

参考配置:

1、docker容器的网络模式:--network=host

2、jupyter的启动方式

jupyter-notebook --allow-root --ip=0.0.0.0 --port=8888

 

3、外部访问:http://宿主机ip:8888

 

posted @ 2021-10-29 18:41  ADChen  阅读(150)  评论(0)    收藏  举报