mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 11:38:00 +08:00
Update README.md
This commit is contained in:
parent
8478f3617e
commit
149740623a
1 changed files with 4 additions and 1 deletions
|
@ -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*
|
||||
```
|
||||
|
||||
## 致谢
|
||||
|
|
Loading…
Reference in a new issue