- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这个问题在这里已经有了答案:
Docker is not running on Colab
(2 个回答)
去年关闭。
如何在 google-colaboratory 中运行 docker 镜像?
我尝试在 google-colaboratory 中安装 docker 服务。
但是,我收到了关于“
无法连接到 unix:///var/run/docker.sock 上的 Docker 守护进程。 docker 守护进程是否正在运行?”,当我执行 docker 的命令时。
screen-snap
我想知道如何解决这个问题?
谢谢
最佳答案
我认为现在我们不能在协作中使用 docker,我尝试安装 sudo
甚至使用 dockerd
运行 de docker 守护进程命令并没有积极的结果。
我的解决方案是手动安装图像的所有依赖项,如下所示:
!sudo apt-get update
!apt-get install -y wget bzip2
!apt-get install -y gcc perl git
!rm -rf /var/lib/apt/lists/*!cd /
!mkdir anaconda
!cd anaconda
!wget https://repo.anaconda.com/archive/Anaconda2-5.2.0-Linux-x86_64.sh
!bash Anaconda2-5.2.0-Linux-x86_64.sh
!source ~/.bashrc
!cd ..
!rm -r anaconda
关于docker - 如何在 google-colaboratory 中运行 docker 图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49503893/
我是一名优秀的程序员,十分优秀!