I want to run lxc machine without network. I write in config file "lxc.network.type=empty" and boot instance image, but image not booting (hovered, freeze). In documentation written that:

empty: will create only the loopback interface.

So, what i need to do to boot machine without a network?

有帮助吗?

解决方案

I found an unswer! Go to /etc/network/interfaces and comment lines:

auto eth0

iface eth0 inet dhcp

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top