LXC安装
#安装lxc
sudo apt-get install lxc
#创建一个容器,会出现下图选择的界面
lxc-create -t download -n my-container

#开启
lxc-start -n my-container -d
#确认状态
lxc-info -n my-container lxc-ls -f
#进入容器里面
lxc-attach -n my-container
posted on 2017-09-27 21:16 Michael2397 阅读(386) 评论(0) 收藏 举报
浙公网安备 33010602011771号