HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lxc-destroy — Delete a container. More information: <https://linuxcontainers.org/lxc/getting-started/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpsdeletecommandclimoreinformationlxc-destroycontainer
linux

Problem

How to use the lxc-destroy command: Delete a container. More information: <https://linuxcontainers.org/lxc/getting-started/>.

Solution

lxc-destroy — Delete a container. More information: <https://linuxcontainers.org/lxc/getting-started/>.

Delete a container:
sudo lxc-destroy {{container_name}}


Display help:
lxc-destroy {{[-?|--help]}}

Code Snippets

Delete a container

sudo lxc-destroy {{container_name}}

Display help

lxc-destroy {{[-?|--help]}}

Context

tldr-pages: linux/lxc-destroy

Revisions (0)

No revisions yet.