Update lxd_lxc.md

This commit is contained in:
spiritlhl
2023-06-21 15:59:40 +08:00
committed by GitHub
parent 9dc781a8b9
commit 4f24bf2fbf

View File

@@ -81,7 +81,8 @@ cat test
删除测试小鸡
```shell
lxc delete -f test
lxc stop test
lxc delete test
rm -rf test
ls
```