4

我刚刚在 Fedora 18 系统上安装了 docker:

Linux draco 3.8.4-202.fc18.x86_64 #1 SMP Thu Mar 21 17:02:20 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

[mike@draco docker-master]$ sudo ./docker run -i -t base /bin/bash
2013/04/02 08:24:59 net: no such interface

谁能告诉我这里缺少什么?lxc 以及 lxc-libs 和 lxc-templates 已安装。

4

2 回答 2

2

您需要一个配置了名称的网桥lxcbr0

为此,您可以运行(以 root 身份):

brctl addbr lxcbr0
ifconfig lxcbr0 10.65.41.1
于 2013-04-03T13:44:33.260 回答
0

这通常意味着您没有正确设置 aufs。

有关更多信息,请参阅https://github.com/dotcloud/docker/issues/183

于 2013-04-02T15:52:05.513 回答