无法在谷歌云进入jupyterdocker

代码来创build我的jupyter容器:

docker run -d -it -p 8888:8888 continuumio/miniconda3 /bin/bash -c "/opt/conda/bin/conda install jupyter -y --quiet && mkdir /opt/notebooks && /opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --allow-root --ip='*' --port=8888 --no-browser" 

在google云端防火墙中允许端口80和8888后,我无法通过端口8888访问jupyter。我已经在浏览器中input“xxx.xxx.xxx.xxx:8888”。

但是,当我用80replace所有8888时,我可以访问jupyter。 我已经在浏览器中input“xxx.xxx.xxx.xxx”

我的谷歌云configuration截图

感谢您的期待。 任何input将不胜感激。