访问不到 容器中的 jupyter notebook
参考配置:
1、docker容器的网络模式:--network=host
2、jupyter的启动方式
jupyter-notebook --allow-root --ip=0.0.0.0 --port=8888
3、外部访问:http://宿主机ip:8888
参考配置:
1、docker容器的网络模式:--network=host
2、jupyter的启动方式
jupyter-notebook --allow-root --ip=0.0.0.0 --port=8888
3、外部访问:http://宿主机ip:8888