码头工人现在正在给我一个艰难的时刻.我按照这些说明在我的运行由strato.de托管的Ubuntu 14.04的虚拟服务器上安装docker.
wget -qO- https://get.docker.com/ | sh
Run Code Online (Sandbox Code Playgroud)
执行此行会直接运行此错误消息:
modprobe: ERROR: ../libkmod/libkmod.c:507 kmod_lookup_alias_from_builtin_file() could not open builtin file '/lib/modules/3.13.0-042stab092.3/modules.builtin.bin'modprobe: FATAL: Module aufs not found.
Warning: current kernel is not supported by the linux-image-extra-virtual
package. We have no AUFS support. Consider installing the packages linux-image-virtual kernel and linux-image-extra-virtual for AUFS support.
Run Code Online (Sandbox Code Playgroud)
安装完成后,我安装了两个提到的包.现在我的问题是我无法让docker运行.
service docker start
Run Code Online (Sandbox Code Playgroud)
结果是:
start: Job failed to start
docker -d
Run Code Online (Sandbox Code Playgroud)
结果是
INFO[0000] +job serveapi(unix:///var/run/docker.sock)
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock)
ERRO[0000] 'overlay' not found as a …Run Code Online (Sandbox Code Playgroud) 在去年冬天,我尝试使用其docker镜像运行ShareLaTex.那时整个事情已经失败了,让docker在我的虚拟Ubuntu 14.04服务器上运行.所以今天我决定再试一次.虚拟服务器启动并运行了新的Ubuntu 14.04.
按照安装说明操作后直到执行
docker images
docker run
Run Code Online (Sandbox Code Playgroud)
要么
docker run hello-world
Run Code Online (Sandbox Code Playgroud)
我会回复这一行:
无法连接到Docker守护程序.docker守护程序是否在此主机上运行?
所以回到过去,讨论得出的结论是版本内核是不合适的,因为内核仅限于提供Starto.所以这是内核版本:
3.13.0-042stab111.12
Run Code Online (Sandbox Code Playgroud)
这是旧的讨论.