From fe3ed9163fdfe4143944a6ec9465af661a9ba0e0 Mon Sep 17 00:00:00 2001 From: X Date: Tue, 22 Apr 2025 14:24:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20LXC=E5=92=8CLXC=20web=20pa?= =?UTF-8?q?nel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LXC%E5%92%8CLXC-web-panel.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LXC%E5%92%8CLXC-web-panel.md b/LXC%E5%92%8CLXC-web-panel.md index e1cd1d5..7f53414 100644 --- a/LXC%E5%92%8CLXC-web-panel.md +++ b/LXC%E5%92%8CLXC-web-panel.md @@ -16,5 +16,12 @@ lxc-checkconfig #创建一个LXC容器 lxc-create -t fedora -n lxc-test +#启动LXC容器 +lxc-start -n lxc-test +#查看所有LXC容器 +lxc-ls + +#停止一个lxc容器 +lxc-stop lxc-test ```