From 25877bae6a9b43da445da70d218081e81221542f Mon Sep 17 00:00:00 2001 From: X Date: Tue, 22 Apr 2025 14:22:26 +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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/LXC%E5%92%8CLXC-web-panel.md b/LXC%E5%92%8CLXC-web-panel.md index 1571a9e..e1cd1d5 100644 --- a/LXC%E5%92%8CLXC-web-panel.md +++ b/LXC%E5%92%8CLXC-web-panel.md @@ -1,5 +1,7 @@ # 一、 LXC安装和使用 +- 基于openEuler操作系统安装 + ``` dnf -y install lxc ``` @@ -9,3 +11,10 @@ dnf -y install lxc lxc-checkconfig ``` +- 使用方法 +``` +#创建一个LXC容器 +lxc-create -t fedora -n lxc-test + + +```