社区所有版块导航
Python
python开源   Django   Python   DjangoApp   pycharm  
DATA
docker   Elasticsearch  
aigc
aigc   chatgpt  
WEB开发
linux   MongoDB   Redis   DATABASE   NGINX   其他Web框架   web工具   zookeeper   tornado   NoSql   Bootstrap   js   peewee   Git   bottle   IE   MQ   Jquery  
机器学习
机器学习算法  
Python88.com
反馈   公告   社区推广  
产品
短视频  
印度
印度  
Py学习  »  docker

无法在azure shell中启动docker

Mikhail • 5 年前 • 1395 次点击  

在azure shell中,我键入以下内容

PS Azure:\> systemctl start docker.service

我收到以下错误消息

获取权限时出错:初始化权限时出错:无法 连接:没有这样的文件或目录(g-io-error-quark,1)未能 连接到总线:没有这样的文件或目录

我该怎么解决?

提前谢谢你

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/40876
 
1395 次点击  
文章 [ 1 ]  |  最新文章 5 年前
Nancy Xiong
Reply   •   1 楼
Nancy Xiong    6 年前

azure cloud shell为管理azure资源提供了一种浏览器可访问、预配置的shell体验,而无需自己安装、版本控制和维护计算机。您可以阅读支持的功能和工具 here .

而且,你 could not run the docker daemon 在azure cloud shell中,因为cloudshell使用一个容器来托管shell环境,因此 不允许运行后台程序 . 你可以利用 码头装卸机 从远程Docker主机管理Docker容器。