lxc-destroy

Langue: en

Autres versions - même langue

Version: 29 April 2009 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

lxc-destroy - destroy a container.

SYNOPSIS

lxc-destroy -n name

DESCRIPTION

lxc-destroy destroys the system container object. After the destruction the container is no longer available and should be recreated.

OPTIONS

-n name
Specify the container name to be destroyed.

DIAGNOSTIC

The container was not found
The specified container for destruction was not found. It is probable it does not exists and was already destroyed.You can use the lxc-ls -l command to list the available containers on the system.
The container is busy
The specified container is running an application. At this point it is not destroyable, and it should be stopped before trying to destroy it.

SEE ALSO

lxc-create(1), lxc-stop(1),

AUTHOR

Daniel Lezcano <daniel.lezcano@free.fr>