在去年冬天,我尝试使用其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
这是旧的讨论.
似乎strato v-servers仍然不支持docker.运行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列为虚拟服务器支持的内核模块.
如果你需要泊坞,你应该切换你的主机.