LXC安装
Posted Michael2397
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于LXC安装的主要内容,如果未能解决你的问题,请参考以下文章