1
.\" This manpage has been automatically generated by docbook2man
2
.\" from a DocBook document. This tool can be found at:
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
4
.\" Please send any bug reports, improvements, comments, patches,
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
.TH "LXC-STOP" "1" "02 March 2012" "" ""
9
lxc-stop \- stop the application running inside a container
12
\fBlxc-stop \fI-n name\fB
17
\fBlxc-stop\fR kills all the processes inside the
18
container. This command should be used if the processes are no
19
longer accessible and can no be exited normally.
22
These options are common to most of lxc commands.
25
Print a longer usage message than normal.
28
Give the usage message
33
\fB-o, --logfile=\fIFILE\fB\fR
34
Output to an alternate log
35
\fIFILE\fR\&. The default is no log.
37
\fB-l, --logpriority=\fILEVEL\fB\fR
39
\fILEVEL\fR\&. The default log
40
priority is ERROR\&. Possible values are :
46
Note that this option is setting the priority of the events
47
log in the alternate log file. It do not have effect on the
48
ERROR events log on stderr.
50
\fB-n, --name=\fINAME\fB\fR
51
Use container identifier \fINAME\fR\&.
52
The container identifier format is an alphanumeric string.
55
\fBThe container is busy\fR
56
The specified container is already running an
57
application. You should stop it before reuse this
58
container or create a new one.
60
\fBThe container was not found\fR
61
The specified container was not created before with
62
the \fBlxc-create\fR command.
80
\fBlxc-unfreeze\fR(1),
85
Daniel Lezcano <daniel.lezcano@free.fr>