1LXC-STOP(1) LXC-STOP(1)
2
3
4
6 lxc-stop - stop the application running inside a container
7
9 lxc-stop -n name .SH "DESCRIPTION"
10
11 lxc-stop kills all the processes inside the container. This command
12 should be used if the processes are no longer accessible and can no be
13 exited normally.
14
16 These options are common to most of lxc commands.
17
18 -?, -h, --help
19 Print a longer usage message than normal.
20
21 --usage
22 Give the usage message
23
24 -q, --quiet
25 mute on
26
27 -o, --logfile=FILE
28 Output to an alternate log FILE. The default is no log.
29
30 -l, --logpriority=LEVEL
31 Set log priority to LEVEL. The default log priority is ERROR.
32 Possible values are : FATAL, CRIT, WARN, ERROR, NOTICE, INFO,
33 DEBUG.
34
35 Note that this option is setting the priority of the events log
36 in the alternate log file. It do not have effect on the ERROR
37 events log on stderr.
38
39 -n, --name=NAME
40 Use container identifier NAME. The container identifier format
41 is an alphanumeric string.
42
44 The container is busy
45 The specified container is already running an application. You
46 should stop it before reuse this container or create a new one.
47
48 The container was not found
49 The specified container was not created before with the lxc-cre‐
50 ate command.
51
53 lxc(1), lxc-create(1), lxc-destroy(1), lxc-start(1), lxc-stop(1), lxc-
54 execute(1), lxc-kill(1), lxc-console(1), lxc-monitor(1), lxc-wait(1),
55 lxc-cgroup(1), lxc-ls(1), lxc-ps(1), lxc-info(1), lxc-freeze(1), lxc-
56 unfreeze(1), lxc.conf(5)
57
59 Daniel Lezcano <daniel.lezcano@free.fr>
60
61
62
63 Mon Jul 26 17:09:32 UTC 2010 LXC-STOP(1)