Update README.md

This commit is contained in:
spiritLHLS 2023-04-23 08:30:04 +08:00 committed by GitHub
parent 8478f3617e
commit 149740623a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,8 +287,11 @@ cat ct102
#### 删除示例
以下命令将删除所有ct容器和所有的log文件
```
pct list | awk '{print $1}' | xargs -I {} pct destroy {}
pct list | awk 'NR>1{print $1}' | xargs -I {} sh -c 'pct stop {}; pct destroy {}'
rm -rf ct*
```
## 致谢