更新 LXC和LXC web panel
@@ -16,5 +16,12 @@ lxc-checkconfig
|
|||||||
#创建一个LXC容器
|
#创建一个LXC容器
|
||||||
lxc-create -t fedora -n lxc-test
|
lxc-create -t fedora -n lxc-test
|
||||||
|
|
||||||
|
#启动LXC容器
|
||||||
|
lxc-start -n lxc-test
|
||||||
|
|
||||||
|
#查看所有LXC容器
|
||||||
|
lxc-ls
|
||||||
|
|
||||||
|
#停止一个lxc容器
|
||||||
|
lxc-stop lxc-test
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user