diff --git a/docs/guide/lxd_lxc.md b/docs/guide/lxd_lxc.md index f9c7e5bcd5..344ec14637 100644 --- a/docs/guide/lxd_lxc.md +++ b/docs/guide/lxd_lxc.md @@ -81,7 +81,8 @@ cat test 删除测试小鸡 ```shell -lxc delete -f test +lxc stop test +lxc delete test rm -rf test ls ```