From 8e91785f7268afcda3e98adc3a09f0bda5b9e6bb Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 5 Aug 2023 09:52:39 +0800 Subject: [PATCH] Update lxd_lxc.md --- docs/guide/lxd_lxc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/lxd_lxc.md b/docs/guide/lxd_lxc.md index 4c5fcc1a7e..68e191756a 100644 --- a/docs/guide/lxd_lxc.md +++ b/docs/guide/lxd_lxc.md @@ -89,6 +89,7 @@ cat test lxc stop test lxc delete test rm -rf test +rm -rf test_v6 ls ```