我用了这个帖子安装 LXC。安装成功,创建容器时出现以下信息:
"Can not write log, openpty() failed (/dev/pts not mounted?)"
但最终成功了,当我尝试启动容器时,出现了以下错误消息:
lxc-start: failed to create vethaPc2Ww-vethEbkHJT : Operation not supported
lxc-start: failed to create netdev
lxc-start: failed to create the network
lxc-start: failed to spawn 'mycon'
lxc-start: No such file or directory - failed to remove cgroup '/sys/fs/cgroup/cpuset//lxc/mycon'
我在 Odroid-x2 板上使用了 linaro Ubuntu 12.04,容器配置与我的主机系统相同,因为我使用命令sudo lxc-create -t ubuntu -n mycon
创建麦康