Files
cheatsheet-tldr/tldr/linux/lxc-stop
2025-03-26 00:18:43 +00:00

18 lines
298 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# lxc-stop
> Stop a container.
> More information: <https://linuxcontainers.org/lxc/getting-started/>.
- Stop a container:
`sudo lxc-stop {{container_name}}`
- Display help:
`lxc-stop {{[-?|--help]}}`