在安装Docker之后,当我尝试运行Hello World示例时出现错误:
Error response from daemon: Cannot start container 4145d0fccd96b904e4ab4413735f1129b8765429bad5be71dc8d5f4c0760666d: failed to create endpoint high_saha on network bridge: failed to add the host (veth7f6f907) <=> sandbox (veth788d9dc) pair interfaces: operation not supported
(我刚把我的Debian服务器从Wheezy升级到Jessie)
有没有人有一个想法,为什么我得到这个错误? 升级过程中我错过了什么吗?
谢谢你的帮助。
您已经使用OVH的定制内核引导您的系统,该定制内核是按照OVH的规范构build的,可能不适合运行要运行的软件。
将您的专用服务器configuration更改为从Linux发行版提供的硬盘上安装的内核启动。
在我的情况下,每次更新我的Linux内核时都会出现错误。 当我重新启动计算机时它消失。
我正在使用Arch Linux。