mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 15:59:24 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/pct-destroy
Normal file
21
tldr/linux/pct-destroy
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pct destroy
|
||||
|
||||
> Destroy a container.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
|
||||
|
||||
- Destroy a container:
|
||||
|
||||
`pct {{[des|destroy]}} {{100}}`
|
||||
|
||||
- Destroy a container even if it's running:
|
||||
|
||||
`pct {{[des|destroy]}} {{100}} --force`
|
||||
|
||||
- Also delete all references to this container:
|
||||
|
||||
`pct {{[des|destroy]}} {{100}} --purge`
|
||||
Reference in New Issue
Block a user