码头工人现在正在给我一个艰难的时刻.我按照这些说明在我的运行由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)