简体   繁体   English

我需要在谷歌云平台上使用containerd吗?

[英]do I need to use containerd on google cloud platform?

3 months ago I can open jupyter notebook on google cloud with: 3个月前我可以在谷歌云上打开jupyter笔记本:

gcloud compute ssh gpu-1 --zone=asia-east1-b 
docker start tensorflow1 && docker exec -it tensorflow1 bash 
jupyter-notebook --no-browser --port=8888 --allow-root

but now I can't. 但现在我不能。 After careful examination,I found one sentence: 仔细检查后,我发现了一句话:

Ubuntu's Kubernetes 1.14 distributions can bypass Docker and use containerd directly Ubuntu的Kubernetes 1.14发行版可以绕过Docker并直接使用containerd

Is it this reason that I can't open jupyter notebook? 这是我无法打开jupyter笔记本的原因吗? should I use containerd with: 我应该使用containerd:

snap install microk8s --channel=1.14/beta —classic

or maybe other reasons that cause my problem 或者可能是导致我问题的其他原因

删除并重建防火墙后,我重生了

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM