1lxc-unfreeze(1) lxc-unfreeze(1)
2
3
4
6 lxc-unfreeze - thaw all the container's processes
7
9 lxc-unfreeze {-n name}
10
12 lxc-unfreeze will thaw all the processes previously frozen by the lxc-
13 freeze command.
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 -P, --lxcpath=PATH
28 Use an alternate container path. The default is /var/lib/lxc.
29
30 -o, --logfile=FILE
31 Output to an alternate log FILE. The default is no log.
32
33 -l, --logpriority=LEVEL
34 Set log priority to LEVEL. The default log priority is ERROR.
35 Possible values are : FATAL, ALERT, CRIT, WARN, ERROR, NOTICE,
36 INFO, DEBUG, TRACE.
37
38 Note that this option is setting the priority of the events log
39 in the alternate log file. It do not have effect on the ERROR
40 events log on stderr.
41
42 -n, --name=NAME
43 Use container identifier NAME. The container identifier format
44 is an alphanumeric string.
45
46 --rcfile=FILE
47 Specify the configuration file to configure the virtualization
48 and isolation functionalities for the container.
49
50 This configuration file if present will be used even if there is
51 already a configuration file present in the previously created
52 container (via lxc-create).
53
54 --version
55 Show the version number.
56
58 The container was not found
59 The specified container was not created before with the lxc-cre‐
60 ate command.
61
63 lxc(7), lxc-create(1), lxc-copy(1), lxc-destroy(1), lxc-start(1), lxc-
64 stop(1), lxc-execute(1), lxc-console(1), lxc-monitor(1), lxc-wait(1),
65 lxc-cgroup(1), lxc-ls(1), lxc-info(1), lxc-freeze(1), lxc-unfreeze(1),
66 lxc-attach(1), lxc.conf(5)
67
69 Daniel Lezcano <daniel.lezcano@free.fr>
70
71
72
73 2022-07-21 lxc-unfreeze(1)