docker仍然不能在由starto托pipe的虚拟服务器上运行吗?

在去年冬天,我尝试使用Docker镜像来运行ShareLaTex。 当时,Docker在我的虚拟Ubuntu 14.04服务器上运行已经失败了。 所以今天我决定再试一次。 虚拟服务器有一个新的Ubuntu 14.04和运行。

按照安装说明执行之后

docker images docker run 

要么

 docker run hello-world 

我会得到这一行返回:

无法连接到Docker守护进程。 docker守护程序是否在这个主机上运行?

所以后面的讨论认为版本内核是不合适的,因为内核仅限于提供的Starto。 所以这是内核版本:

 3.13.0-042stab111.12 

这是旧的讨论 。

似乎docker仍然不被Strato v-servers支持。 运行docker daemon失败:

 INFO[0000] API listen on /var/run/docker.sock ERRO[0000] 'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded. WARN[0000] Running modprobe bridge br_netfilter failed with message: modprobe: ERROR: ../libkmod/libkmod.c:507 kmod_lookup_alias_from_builtin_file() could not open builtin file '/lib/modules/3.13.0-042stab111.12/modules.builtin.bin' modprobe: WARNING: Module bridge not found. modprobe: ERROR: ../libkmod/libkmod.c:507 kmod_lookup_alias_from_builtin_file() could not open builtin file '/lib/modules/3.13.0-042stab111.12/modules.builtin.bin' modprobe: WARNING: Module br_netfilter not found. , error: exit status 1 WARN[0000] Running modprobe nf_nat failed with message: `modprobe: ERROR: ../libkmod/libkmod.c:507 kmod_lookup_alias_from_builtin_file() could not open builtin file '/lib/modules/3.13.0-042stab111.12/modules.builtin.bin' modprobe: WARNING: Module nf_nat not found.`, error: exit status 1 INFO[0000] Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address FATA[0000] Error starting daemon: Error initializing network controller: Error creating default "bridge" network: package not installed 

无论安装哪个内核,它都会启动:

 Linux h2267479.stratoserver.net 3.13.0-042stab111.12 #1 SMP Thu Sep 17 11:38:20 MSK 2015 x86_64 x86_64 x86_64 GNU/Linux 

上面的错误信息中提到的内核模块没有被Strato列为支持的虚拟服务器内核模块 。

如果你需要docker,你应该切换你的主机。