mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 01:38:12 +08:00
Update README.md
This commit is contained in:
parent
a795945f63
commit
a9e2fee582
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
* [一键创建单个CT也就是LXC虚拟化的NAT容器](#一键创建单个CT也就是LXC虚拟化的NAT容器)
|
||||
* [使用方法](#使用方法)
|
||||
* [示例](#示例)
|
||||
* [删除示例](#删除示例)
|
||||
* [致谢](#致谢)
|
||||
|
||||
### 系统要求与配置
|
||||
|
@ -284,6 +285,12 @@ cat ct102
|
|||
|
||||
查看信息
|
||||
|
||||
#### 删除示例
|
||||
|
||||
```
|
||||
pct list | awk '{print $1}' | xargs -I {} pct destroy {}
|
||||
```
|
||||
|
||||
## 致谢
|
||||
|
||||
https://blog.ilolicon.com/archives/615
|
||||
|
|
Loading…
Reference in a new issue