]> git.proxmox.com Git - pve-docs.git/blame - pct.adoc
backup: clarify that CLI means FS-level and highlight retention-note
[pve-docs.git] / pct.adoc
CommitLineData
80c0adcb 1[[chapter_pct]]
0c6b782f 2ifdef::manvolnum[]
b2f242ab 3pct(1)
7e2fdb3d 4======
5f09af76
DM
5:pve-toplevel:
6
0c6b782f
DM
7NAME
8----
9
10pct - Tool to manage Linux Containers (LXC) on Proxmox VE
11
12
49a5e11c 13SYNOPSIS
0c6b782f
DM
14--------
15
16include::pct.1-synopsis.adoc[]
17
18DESCRIPTION
19-----------
20endif::manvolnum[]
21
22ifndef::manvolnum[]
23Proxmox Container Toolkit
24=========================
194d2f29 25:pve-toplevel:
0c6b782f 26endif::manvolnum[]
5f09af76 27ifdef::wiki[]
cb84ed18 28:title: Linux Container
5f09af76 29endif::wiki[]
4a2ae9ed 30
14e97811
OB
31Containers are a lightweight alternative to fully virtualized machines (VMs).
32They use the kernel of the host system that they run on, instead of emulating a
33full operating system (OS). This means that containers can access resources on
34the host system directly.
4a2ae9ed 35
6d718b9b
TL
36The runtime costs for containers is low, usually negligible. However, there are
37some drawbacks that need be considered:
4a2ae9ed 38
fd7fb228
DW
39* Only Linux distributions can be run in Proxmox Containers. It is not possible to run
40 other operating systems like, for example, FreeBSD or Microsoft Windows
6d718b9b 41 inside a container.
4a2ae9ed 42
6d718b9b 43* For security reasons, access to host resources needs to be restricted.
fd7fb228
DW
44 Therefore, containers run in their own separate namespaces. Additionally some
45 syscalls (user space requests to the Linux kernel) are not allowed within containers.
4a2ae9ed 46
fd7fb228 47{pve} uses https://linuxcontainers.org/lxc/introduction/[Linux Containers (LXC)] as its underlying
6d718b9b 48container technology. The ``Proxmox Container Toolkit'' (`pct`) simplifies the
fd7fb228
DW
49usage and management of LXC, by providing an interface that abstracts
50complex tasks.
4a2ae9ed 51
14e97811
OB
52Containers are tightly integrated with {pve}. This means that they are aware of
53the cluster setup, and they can use the same network and storage resources as
54virtual machines. You can also use the {pve} firewall, or manage containers
55using the HA framework.
4a2ae9ed 56
fd7fb228
DW
57Our primary goal is to offer an environment that provides the benefits of using a
58VM, but without the additional overhead. This means that Proxmox Containers can
59be categorized as ``System Containers'', rather than ``Application Containers''.
4a2ae9ed 60
fd7fb228
DW
61NOTE: If you want to run application containers, for example, 'Docker' images, it
62is recommended that you run them inside a Proxmox Qemu VM. This will give you
63all the advantages of application containerization, while also providing the
64benefits that VMs offer, such as strong isolation from the host and the ability
65to live-migrate, which otherwise isn't possible with containers.
4a2ae9ed
DM
66
67
99f6ae1a
DM
68Technology Overview
69-------------------
70
71* LXC (https://linuxcontainers.org/)
72
6d718b9b 73* Integrated into {pve} graphical web user interface (GUI)
99f6ae1a
DM
74
75* Easy to use command line tool `pct`
76
77* Access via {pve} REST API
78
6d718b9b 79* 'lxcfs' to provide containerized /proc file system
99f6ae1a 80
6d718b9b 81* Control groups ('cgroups') for resource isolation and limitation
99f6ae1a 82
6d718b9b 83* 'AppArmor' and 'seccomp' to improve security
99f6ae1a 84
14e97811 85* Modern Linux kernels
99f6ae1a 86
a645c907 87* Image based deployment (xref:pct_supported_distributions[templates])
99f6ae1a 88
6d718b9b 89* Uses {pve} xref:chapter_storage[storage library]
99f6ae1a 90
14e97811 91* Container setup from host (network, DNS, storage, etc.)
99f6ae1a 92
69ab602f 93
a645c907
OB
94[[pct_supported_distributions]]
95Supported Distributions
109ca764 96-----------------------
a645c907
OB
97
98List of officially supported distributions can be found below.
99
100Templates for the following distributions are available through our
101repositories. You can use xref:pct_container_images[pveam] tool or the
102Graphical User Interface to download them.
103
104Alpine Linux
109ca764 105~~~~~~~~~~~~
a645c907
OB
106
107[quote, 'https://alpinelinux.org']
108____
70292f72
TL
109Alpine Linux is a security-oriented, lightweight Linux distribution based on
110musl libc and busybox.
a645c907
OB
111____
112
fc9c969d
TL
113For currently supported releases see:
114
115https://alpinelinux.org/releases/
a645c907 116
109ca764
TL
117Arch Linux
118~~~~~~~~~~
a645c907 119
70292f72 120[quote, 'https://archlinux.org/']
a645c907 121____
70292f72 122Arch Linux, a lightweight and flexible Linux® distribution that tries to Keep It Simple.
a645c907
OB
123____
124
e1508ce8
TL
125Arch Linux is using a rolling-release model, see its wiki for more details:
126
127https://wiki.archlinux.org/title/Arch_Linux
a645c907
OB
128
129CentOS, Almalinux, Rocky Linux
109ca764 130~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a645c907 131
109ca764
TL
132CentOS / CentOS Stream
133^^^^^^^^^^^^^^^^^^^^^^
a645c907
OB
134
135[quote, 'https://centos.org']
136____
70292f72 137The CentOS Linux distribution is a stable, predictable, manageable and
a645c907 138reproducible platform derived from the sources of Red Hat Enterprise Linux
70292f72 139(RHEL)
a645c907
OB
140____
141
e1508ce8
TL
142For currently supported releases see:
143
a645c907
OB
144https://wiki.centos.org/About/Product
145
109ca764
TL
146Almalinux
147^^^^^^^^^
a645c907
OB
148
149[quote, 'https://almalinux.org']
150____
70292f72
TL
151An Open Source, community owned and governed, forever-free enterprise Linux
152distribution, focused on long-term stability, providing a robust
153production-grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL® and
154pre-Stream CentOS.
a645c907
OB
155____
156
157
e1508ce8
TL
158For currently supported releases see:
159
a645c907
OB
160https://en.wikipedia.org/wiki/AlmaLinux#Releases
161
109ca764
TL
162Rocky Linux
163^^^^^^^^^^^
a645c907
OB
164
165[quote, 'https://rockylinux.org']
166____
70292f72
TL
167Rocky Linux is a community enterprise operating system designed to be 100%
168bug-for-bug compatible with America's top enterprise Linux distribution now
169that its downstream partner has shifted direction.
a645c907
OB
170____
171
e1508ce8
TL
172For currently supported releases see:
173
a645c907
OB
174https://en.wikipedia.org/wiki/Rocky_Linux#Releases
175
a645c907 176Debian
109ca764 177~~~~~~
a645c907
OB
178
179[quote, 'https://www.debian.org/intro/index#software']
180____
70292f72 181Debian is a free operating system, developed and maintained by the Debian
a645c907 182project. A free Linux distribution with thousands of applications to meet our
70292f72 183users' needs.
a645c907
OB
184____
185
e1508ce8
TL
186For currently supported releases see:
187
a645c907
OB
188https://www.debian.org/releases/stable/releasenotes
189
190Devuan
109ca764 191~~~~~~
a645c907
OB
192
193[quote, 'https://www.devuan.org']
194____
70292f72 195Devuan GNU+Linux is a fork of Debian without systemd that allows users to
a645c907 196reclaim control over their system by avoiding unnecessary entanglements and
70292f72 197ensuring Init Freedom.
a645c907
OB
198____
199
e1508ce8
TL
200For currently supported releases see:
201
202https://www.devuan.org/os/releases
a645c907
OB
203
204Fedora
109ca764 205~~~~~~
a645c907
OB
206
207[quote, 'https://getfedora.org']
208____
70292f72 209Fedora creates an innovative, free, and open source platform for hardware,
a645c907 210clouds, and containers that enables software developers and community members
70292f72 211to build tailored solutions for their users.
a645c907
OB
212____
213
e1508ce8
TL
214For currently supported releases see:
215
a645c907
OB
216https://fedoraproject.org/wiki/Releases
217
218Gentoo
109ca764 219~~~~~~
a645c907
OB
220
221[quote, 'https://www.gentoo.org']
222____
70292f72 223a highly flexible, source-based Linux distribution.
a645c907
OB
224____
225
e1508ce8
TL
226Gentoo is using a rolling-release model.
227
a645c907 228OpenSUSE
109ca764 229~~~~~~~~
a645c907
OB
230
231[quote, 'https://www.opensuse.org']
232____
70292f72 233The makers' choice for sysadmins, developers and desktop users.
a645c907
OB
234____
235
e1508ce8
TL
236For currently supported releases see:
237
a645c907
OB
238https://get.opensuse.org/leap/
239
240Ubuntu
109ca764 241~~~~~~
a645c907 242
70292f72 243[quote, 'https://ubuntu.com/']
a645c907 244____
70292f72
TL
245Ubuntu is the modern, open source operating system on Linux for the enterprise
246server, desktop, cloud, and IoT.
a645c907
OB
247____
248
e1508ce8
TL
249For currently supported releases see:
250
a645c907
OB
251https://wiki.ubuntu.com/Releases
252
80c0adcb 253[[pct_container_images]]
d61bab51
DM
254Container Images
255----------------
256
8c1189b6 257Container images, sometimes also referred to as ``templates'' or
69ab602f 258``appliances'', are `tar` archives which contain everything to run a container.
d61bab51 259
a645c907
OB
260{pve} itself provides a variety of basic templates for the
261xref:pct_supported_distributions[most common Linux distributions]. They can be
262downloaded using the GUI or the `pveam` (short for {pve} Appliance Manager)
263command line utility. Additionally, https://www.turnkeylinux.org/[TurnKey
264Linux] container templates are also available to download.
d61bab51 265
2a368b1e
TL
266The list of available templates is updated daily through the 'pve-daily-update'
267timer. You can also trigger an update manually by executing:
3a6fa247 268
14e97811
OB
269----
270# pveam update
271----
3a6fa247 272
14e97811 273To view the list of available images run:
3a6fa247 274
14e97811
OB
275----
276# pveam available
277----
3a6fa247 278
8c1189b6
FG
279You can restrict this large list by specifying the `section` you are
280interested in, for example basic `system` images:
3a6fa247
DM
281
282.List available system images
283----
284# pveam available --section system
151bbda8
TL
285system alpine-3.12-default_20200823_amd64.tar.xz
286system alpine-3.13-default_20210419_amd64.tar.xz
287system alpine-3.14-default_20210623_amd64.tar.xz
288system archlinux-base_20210420-1_amd64.tar.gz
14e97811 289system centos-7-default_20190926_amd64.tar.xz
151bbda8 290system centos-8-default_20201210_amd64.tar.xz
14e97811 291system debian-9.0-standard_9.7-1_amd64.tar.gz
151bbda8
TL
292system debian-10-standard_10.7-1_amd64.tar.gz
293system devuan-3.0-standard_3.0_amd64.tar.gz
294system fedora-33-default_20201115_amd64.tar.xz
295system fedora-34-default_20210427_amd64.tar.xz
296system gentoo-current-default_20200310_amd64.tar.xz
297system opensuse-15.2-default_20200824_amd64.tar.xz
14e97811
OB
298system ubuntu-16.04-standard_16.04.5-1_amd64.tar.gz
299system ubuntu-18.04-standard_18.04.1-1_amd64.tar.gz
151bbda8
TL
300system ubuntu-20.04-standard_20.04-1_amd64.tar.gz
301system ubuntu-20.10-standard_20.10-1_amd64.tar.gz
302system ubuntu-21.04-standard_21.04-1_amd64.tar.gz
3a6fa247
DM
303----
304
69ab602f 305Before you can use such a template, you need to download them into one of your
2a368b1e
TL
306storages. If you're unsure to which one, you can simply use the `local` named
307storage for that purpose. For clustered installations, it is preferred to use a
308shared storage so that all nodes can access those images.
3a6fa247 309
14e97811
OB
310----
311# pveam download local debian-10.0-standard_10.0-1_amd64.tar.gz
312----
3a6fa247 313
69ab602f
TL
314You are now ready to create containers using that image, and you can list all
315downloaded images on storage `local` with:
24f73a63
DM
316
317----
318# pveam list local
14e97811 319local:vztmpl/debian-10.0-standard_10.0-1_amd64.tar.gz 219.95MB
24f73a63
DM
320----
321
2a368b1e
TL
322TIP: You can also use the {pve} web interface GUI to download, list and delete
323container templates.
324
325`pct` uses them to create a new container, for example:
326
327----
328# pct create 999 local:vztmpl/debian-10.0-standard_10.0-1_amd64.tar.gz
329----
330
69ab602f
TL
331The above command shows you the full {pve} volume identifiers. They include the
332storage name, and most other {pve} commands can use them. For example you can
333delete that image later with:
24f73a63 334
14e97811
OB
335----
336# pveam remove local:vztmpl/debian-10.0-standard_10.0-1_amd64.tar.gz
337----
d61bab51 338
690cd737 339
f3afbb70 340[[pct_settings]]
4f785ca7
DM
341Container Settings
342------------------
343
304eb5a9
EK
344[[pct_general]]
345General Settings
346~~~~~~~~~~~~~~~~
347
1ff5e4e8 348[thumbnail="screenshot/gui-create-ct-general.png"]
2225402c 349
304eb5a9
EK
350General settings of a container include
351
352* the *Node* : the physical server on which the container will run
69ab602f
TL
353* the *CT ID*: a unique number in this {pve} installation used to identify your
354 container
304eb5a9
EK
355* *Hostname*: the hostname of the container
356* *Resource Pool*: a logical group of containers and VMs
357* *Password*: the root password of the container
358* *SSH Public Key*: a public key for connecting to the root account over SSH
359* *Unprivileged container*: this option allows to choose at creation time
69ab602f 360 if you want to create a privileged or unprivileged container.
304eb5a9 361
14e97811
OB
362Unprivileged Containers
363^^^^^^^^^^^^^^^^^^^^^^^
364
69ab602f
TL
365Unprivileged containers use a new kernel feature called user namespaces.
366The root UID 0 inside the container is mapped to an unprivileged user outside
367the container. This means that most security issues (container escape, resource
14e97811
OB
368abuse, etc.) in these containers will affect a random unprivileged user, and
369would be a generic kernel security bug rather than an LXC issue. The LXC team
370thinks unprivileged containers are safe by design.
371
372This is the default option when creating a new container.
373
69ab602f
TL
374NOTE: If the container uses systemd as an init system, please be aware the
375systemd version running inside the container should be equal to or greater than
376220.
14e97811 377
304eb5a9
EK
378
379Privileged Containers
380^^^^^^^^^^^^^^^^^^^^^
381
c02ac25b
TL
382Security in containers is achieved by using mandatory access control 'AppArmor'
383restrictions, 'seccomp' filters and Linux kernel namespaces. The LXC team
384considers this kind of container as unsafe, and they will not consider new
385container escape exploits to be security issues worthy of a CVE and quick fix.
386That's why privileged containers should only be used in trusted environments.
304eb5a9 387
304eb5a9 388
9a5e9443 389[[pct_cpu]]
9a5e9443
DM
390CPU
391~~~
392
1ff5e4e8 393[thumbnail="screenshot/gui-create-ct-cpu.png"]
097aa949 394
14e97811
OB
395You can restrict the number of visible CPUs inside the container using the
396`cores` option. This is implemented using the Linux 'cpuset' cgroup
69ab602f
TL
397(**c**ontrol *group*).
398A special task inside `pvestatd` tries to distribute running containers among
399available CPUs periodically.
400To view the assigned CPUs run the following command:
9a5e9443
DM
401
402----
403# pct cpusets
404 ---------------------
405 102: 6 7
406 105: 2 3 4 5
407 108: 0 1
408 ---------------------
409----
410
14e97811
OB
411Containers use the host kernel directly. All tasks inside a container are
412handled by the host CPU scheduler. {pve} uses the Linux 'CFS' (**C**ompletely
413**F**air **S**cheduler) scheduler by default, which has additional bandwidth
414control options.
9a5e9443
DM
415
416[horizontal]
0725e3c6 417
69ab602f
TL
418`cpulimit`: :: You can use this option to further limit assigned CPU time.
419Please note that this is a floating point number, so it is perfectly valid to
420assign two cores to a container, but restrict overall CPU consumption to half a
421core.
9a5e9443
DM
422+
423----
424cores: 2
425cpulimit: 0.5
426----
427
69ab602f
TL
428`cpuunits`: :: This is a relative weight passed to the kernel scheduler. The
429larger the number is, the more CPU time this container gets. Number is relative
430to the weights of all the other running containers. The default is 1024. You
431can use this setting to prioritize some containers.
9a5e9443
DM
432
433
434[[pct_memory]]
435Memory
436~~~~~~
437
1ff5e4e8 438[thumbnail="screenshot/gui-create-ct-memory.png"]
097aa949 439
9a5e9443
DM
440Container memory is controlled using the cgroup memory controller.
441
442[horizontal]
443
69ab602f
TL
444`memory`: :: Limit overall memory usage. This corresponds to the
445`memory.limit_in_bytes` cgroup setting.
9a5e9443 446
69ab602f
TL
447`swap`: :: Allows the container to use additional swap memory from the host
448swap space. This corresponds to the `memory.memsw.limit_in_bytes` cgroup
449setting, which is set to the sum of both value (`memory + swap`).
9a5e9443 450
4f785ca7
DM
451
452[[pct_mount_points]]
9e44e493
DM
453Mount Points
454~~~~~~~~~~~~
eeecce95 455
1ff5e4e8 456[thumbnail="screenshot/gui-create-ct-root-disk.png"]
097aa949 457
14e97811 458The root mount point is configured with the `rootfs` property. You can
69ab602f
TL
459configure up to 256 additional mount points. The corresponding options are
460called `mp0` to `mp255`. They can contain the following settings:
01639994
FG
461
462include::pct-mountpoint-opts.adoc[]
463
69ab602f
TL
464Currently there are three types of mount points: storage backed mount points,
465bind mounts, and device mounts.
9e44e493 466
5eba0743 467.Typical container `rootfs` configuration
4c3b5c77
DM
468----
469rootfs: thin1:base-100-disk-1,size=8G
470----
471
472
5eba0743 473Storage Backed Mount Points
4c3b5c77 474^^^^^^^^^^^^^^^^^^^^^^^^^^^
01639994 475
9e44e493 476Storage backed mount points are managed by the {pve} storage subsystem and come
eeecce95
WB
477in three different flavors:
478
5eba0743 479- Image based: these are raw images containing a single ext4 formatted file
eeecce95 480 system.
5eba0743 481- ZFS subvolumes: these are technically bind mounts, but with managed storage,
eeecce95
WB
482 and thus allow resizing and snapshotting.
483- Directories: passing `size=0` triggers a special case where instead of a raw
484 image a directory is created.
485
03782251
FG
486NOTE: The special option syntax `STORAGE_ID:SIZE_IN_GB` for storage backed
487mount point volumes will automatically allocate a volume of the specified size
69ab602f
TL
488on the specified storage. For example, calling
489
490----
491pct set 100 -mp0 thin1:10,mp=/path/in/container
492----
493
494will allocate a 10GB volume on the storage `thin1` and replace the volume ID
495place holder `10` with the allocated volume ID, and setup the moutpoint in the
496container at `/path/in/container`
03782251 497
4c3b5c77 498
5eba0743 499Bind Mount Points
4c3b5c77 500^^^^^^^^^^^^^^^^^
01639994 501
9baca183
FG
502Bind mounts allow you to access arbitrary directories from your Proxmox VE host
503inside a container. Some potential use cases are:
504
505- Accessing your home directory in the guest
506- Accessing an USB device directory in the guest
acccc49b 507- Accessing an NFS mount from the host in the guest
9baca183 508
eeecce95 509Bind mounts are considered to not be managed by the storage subsystem, so you
9baca183 510cannot make snapshots or deal with quotas from inside the container. With
eeecce95 511unprivileged containers you might run into permission problems caused by the
9baca183
FG
512user mapping and cannot use ACLs.
513
8c1189b6 514NOTE: The contents of bind mount points are not backed up when using `vzdump`.
eeecce95 515
69ab602f
TL
516WARNING: For security reasons, bind mounts should only be established using
517source directories especially reserved for this purpose, e.g., a directory
518hierarchy under `/mnt/bindmounts`. Never bind mount system directories like
519`/`, `/var` or `/etc` into a container - this poses a great security risk.
9baca183
FG
520
521NOTE: The bind mount source path must not contain any symlinks.
522
523For example, to make the directory `/mnt/bindmounts/shared` accessible in the
524container with ID `100` under the path `/shared`, use a configuration line like
8c1189b6
FG
525`mp0: /mnt/bindmounts/shared,mp=/shared` in `/etc/pve/lxc/100.conf`.
526Alternatively, use `pct set 100 -mp0 /mnt/bindmounts/shared,mp=/shared` to
9baca183 527achieve the same result.
6b707f2c 528
4c3b5c77 529
5eba0743 530Device Mount Points
4c3b5c77 531^^^^^^^^^^^^^^^^^^^
fe154a4f 532
7432d78e
FG
533Device mount points allow to mount block devices of the host directly into the
534container. Similar to bind mounts, device mounts are not managed by {PVE}'s
535storage subsystem, but the `quota` and `acl` options will be honored.
536
537NOTE: Device mount points should only be used under special circumstances. In
538most cases a storage backed mount point offers the same performance and a lot
539more features.
540
69ab602f
TL
541NOTE: The contents of device mount points are not backed up when using
542`vzdump`.
01639994 543
4c3b5c77 544
80c0adcb 545[[pct_container_network]]
f5c351f0
DM
546Network
547~~~~~~~
04c569f6 548
1ff5e4e8 549[thumbnail="screenshot/gui-create-ct-network.png"]
097aa949 550
69ab602f
TL
551You can configure up to 10 network interfaces for a single container.
552The corresponding options are called `net0` to `net9`, and they can contain the
553following setting:
bac8c385
DM
554
555include::pct-network-opts.adoc[]
04c569f6
DM
556
557
139a9019
DM
558[[pct_startup_and_shutdown]]
559Automatic Start and Shutdown of Containers
560~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
561
14e97811
OB
562To automatically start a container when the host system boots, select the
563option 'Start at boot' in the 'Options' panel of the container in the web
564interface or run the following command:
139a9019 565
14e97811
OB
566----
567# pct set CTID -onboot 1
568----
139a9019 569
4dbeb548
DM
570.Start and Shutdown Order
571// use the screenshot from qemu - its the same
1ff5e4e8 572[thumbnail="screenshot/gui-qemu-edit-start-order.png"]
4dbeb548 573
69ab602f
TL
574If you want to fine tune the boot order of your containers, you can use the
575following parameters:
139a9019 576
69ab602f
TL
577* *Start/Shutdown order*: Defines the start order priority. For example, set it
578 to 1 if you want the CT to be the first to be started. (We use the reverse
579 startup order for shutdown, so a container with a start order of 1 would be
580 the last to be shut down)
581* *Startup delay*: Defines the interval between this container start and
582 subsequent containers starts. For example, set it to 240 if you want to wait
583 240 seconds before starting other containers.
139a9019 584* *Shutdown timeout*: Defines the duration in seconds {pve} should wait
69ab602f
TL
585 for the container to be offline after issuing a shutdown command.
586 By default this value is set to 60, which means that {pve} will issue a
587 shutdown request, wait 60s for the machine to be offline, and if after 60s
588 the machine is still online will notify that the shutdown action failed.
139a9019 589
69ab602f
TL
590Please note that containers without a Start/Shutdown order parameter will
591always start after those where the parameter is set, and this parameter only
139a9019
DM
592makes sense between the machines running locally on a host, and not
593cluster-wide.
594
0f7778ac
DW
595If you require a delay between the host boot and the booting of the first
596container, see the section on
597xref:first_guest_boot_delay[Proxmox VE Node Management].
598
599
c2c8eb89
DC
600Hookscripts
601~~~~~~~~~~~
602
603You can add a hook script to CTs with the config property `hookscript`.
604
14e97811
OB
605----
606# pct set 100 -hookscript local:snippets/hookscript.pl
607----
c2c8eb89 608
69ab602f
TL
609It will be called during various phases of the guests lifetime. For an example
610and documentation see the example script under
c2c8eb89 611`/usr/share/pve-docs/examples/guest-example-hookscript.pl`.
139a9019 612
bf7f598a
TL
613Security Considerations
614-----------------------
615
616Containers use the kernel of the host system. This exposes an attack surface
617for malicious users. In general, full virtual machines provide better
656d8b21 618isolation. This should be considered if containers are provided to unknown or
bf7f598a
TL
619untrusted people.
620
621To reduce the attack surface, LXC uses many security features like AppArmor,
622CGroups and kernel namespaces.
623
c02ac25b
TL
624AppArmor
625~~~~~~~~
626
bf7f598a
TL
627AppArmor profiles are used to restrict access to possibly dangerous actions.
628Some system calls, i.e. `mount`, are prohibited from execution.
629
630To trace AppArmor activity, use:
631
632----
633# dmesg | grep apparmor
634----
635
c02ac25b
TL
636Although it is not recommended, AppArmor can be disabled for a container. This
637brings security risks with it. Some syscalls can lead to privilege escalation
638when executed within a container if the system is misconfigured or if a LXC or
639Linux Kernel vulnerability exists.
640
641To disable AppArmor for a container, add the following line to the container
642configuration file located at `/etc/pve/lxc/CTID.conf`:
643
644----
76aaaeab 645lxc.apparmor.profile = unconfined
c02ac25b
TL
646----
647
648WARNING: Please note that this is not recommended for production use.
649
650
17238cd3
WB
651[[pct_cgroup]]
652Control Groups ('cgroup')
653~~~~~~~~~~~~~~~~~~~~~~~~~
654
655'cgroup' is a kernel
656mechanism used to hierarchically organize processes and distribute system
657resources.
658
659The main resources controlled via 'cgroups' are CPU time, memory and swap
660limits, and access to device nodes. 'cgroups' are also used to "freeze" a
661container before taking snapshots.
662
663There are 2 versions of 'cgroups' currently available,
664https://www.kernel.org/doc/html/v5.11/admin-guide/cgroup-v1/index.html[legacy]
665and
666https://www.kernel.org/doc/html/v5.11/admin-guide/cgroup-v2.html['cgroupv2'].
667
668Since {pve} 7.0, the default is a pure 'cgroupv2' environment. Previously a
669"hybrid" setup was used, where resource control was mainly done in 'cgroupv1'
670with an additional 'cgroupv2' controller which could take over some subsystems
671via the 'cgroup_no_v1' kernel command line parameter. (See the
672https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html[kernel
673parameter documentation] for details.)
674
75d3c2be
TL
675[[pct_cgroup_compat]]
676CGroup Version Compatibility
677^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17238cd3
WB
678The main difference between pure 'cgroupv2' and the old hybrid environments
679regarding {pve} is that with 'cgroupv2' memory and swap are now controlled
680independently. The memory and swap settings for containers can map directly to
681these values, whereas previously only the memory limit and the limit of the
682*sum* of memory and swap could be limited.
683
684Another important difference is that the 'devices' controller is configured in a
685completely different way. Because of this, file system quotas are currently not
686supported in a pure 'cgroupv2' environment.
687
c80d381a
SI
688'cgroupv2' support by the container's OS is needed to run in a pure 'cgroupv2'
689environment. Containers running 'systemd' version 231 or newer support
690'cgroupv2' footnote:[this includes all newest major versions of container
691templates shipped by {pve}], as do containers not using 'systemd' as init
692system footnote:[for example Alpine Linux].
693
75d3c2be
TL
694[NOTE]
695====
696CentOS 7 and Ubuntu 16.10 are two prominent Linux distributions releases,
697which have a 'systemd' version that is too old to run in a 'cgroupv2'
698environment, you can either
c80d381a 699
75d3c2be
TL
700* Upgrade the whole distribution to a newer release. For the examples above, that
701 could be Ubuntu 18.04 or 20.04, and CentOS 8 (or RHEL/CentOS derivatives like
702 AlmaLinux or Rocky Linux). This has the benefit to get the newest bug and
703 security fixes, often also new features, and moving the EOL date in the future.
704
705* Upgrade the Containers systemd version. If the distribution provides a
706 backports repository this can be an easy and quick stop-gap measurement.
707
708* Move the container, or its services, to a Virtual Machine. Virtual Machines
709 have a much less interaction with the host, that's why one can install
710 decades old OS versions just fine there.
711
712* Switch back to the legacy 'cgroup' controller. Note that while it can be a
713 valid solution, it's not a permanent one. There's a high likelihood that a
714 future {pve} major release, for example 8.0, cannot support the legacy
715 controller anymore.
716====
717
718[[pct_cgroup_change_version]]
719Changing CGroup Version
720^^^^^^^^^^^^^^^^^^^^^^^
721
722TIP: If file system quotas are not required and all containers support 'cgroupv2',
c80d381a 723it is recommended to stick to the new default.
17238cd3
WB
724
725To switch back to the previous version the following kernel command line
726parameter can be used:
727
728----
729systemd.unified_cgroup_hierarchy=0
730----
731
732See xref:sysboot_edit_kernel_cmdline[this section] on editing the kernel boot
733command line on where to add the parameter.
734
735// TODO: seccomp a bit more.
c02ac25b
TL
736// TODO: pve-lxc-syscalld
737
738
0892a2c2
TL
739Guest Operating System Configuration
740------------------------------------
741
742{pve} tries to detect the Linux distribution in the container, and modifies
743some files. Here is a short list of things done at container startup:
744
745set /etc/hostname:: to set the container name
746
747modify /etc/hosts:: to allow lookup of the local hostname
748
749network setup:: pass the complete network setup to the container
750
751configure DNS:: pass information about DNS servers
752
753adapt the init system:: for example, fix the number of spawned getty processes
754
755set the root password:: when creating a new container
756
757rewrite ssh_host_keys:: so that each container has unique keys
758
759randomize crontab:: so that cron does not start at the same time on all containers
760
761Changes made by {PVE} are enclosed by comment markers:
762
763----
764# --- BEGIN PVE ---
765<data>
766# --- END PVE ---
767----
768
769Those markers will be inserted at a reasonable location in the file. If such a
770section already exists, it will be updated in place and will not be moved.
771
772Modification of a file can be prevented by adding a `.pve-ignore.` file for it.
773For instance, if the file `/etc/.pve-ignore.hosts` exists then the `/etc/hosts`
774file will not be touched. This can be a simple empty file created via:
775
776----
777# touch /etc/.pve-ignore.hosts
778----
779
780Most modifications are OS dependent, so they differ between different
781distributions and versions. You can completely disable modifications by
782manually setting the `ostype` to `unmanaged`.
783
784OS type detection is done by testing for certain files inside the
3d5c55fc
TL
785container. {pve} first checks the `/etc/os-release` file
786footnote:[/etc/os-release replaces the multitude of per-distribution
787release files https://manpages.debian.org/stable/systemd/os-release.5.en.html].
788If that file is not present, or it does not contain a clearly recognizable
789distribution identifier the following distribution specific release files are
790checked.
0892a2c2
TL
791
792Ubuntu:: inspect /etc/lsb-release (`DISTRIB_ID=Ubuntu`)
793
794Debian:: test /etc/debian_version
795
796Fedora:: test /etc/fedora-release
797
798RedHat or CentOS:: test /etc/redhat-release
799
800ArchLinux:: test /etc/arch-release
801
802Alpine:: test /etc/alpine-release
803
804Gentoo:: test /etc/gentoo-release
805
806NOTE: Container start fails if the configured `ostype` differs from the auto
807detected type.
808
809
b0df9949
TL
810[[pct_container_storage]]
811Container Storage
812-----------------
813
814The {pve} LXC container storage model is more flexible than traditional
815container storage models. A container can have multiple mount points. This
816makes it possible to use the best suited storage for each application.
817
818For example the root file system of the container can be on slow and cheap
819storage while the database can be on fast and distributed storage via a second
820mount point. See section <<pct_mount_points, Mount Points>> for further
821details.
822
823Any storage type supported by the {pve} storage library can be used. This means
824that containers can be stored on local (for example `lvm`, `zfs` or directory),
825shared external (like `iSCSI`, `NFS`) or even distributed storage systems like
826Ceph. Advanced storage features like snapshots or clones can be used if the
827underlying storage supports them. The `vzdump` backup tool can use snapshots to
828provide consistent container backups.
829
830Furthermore, local devices or local directories can be mounted directly using
831'bind mounts'. This gives access to local resources inside a container with
832practically zero overhead. Bind mounts can be used as an easy way to share data
833between containers.
834
835
836FUSE Mounts
837~~~~~~~~~~~
838
839WARNING: Because of existing issues in the Linux kernel's freezer subsystem the
840usage of FUSE mounts inside a container is strongly advised against, as
841containers need to be frozen for suspend or snapshot mode backups.
842
843If FUSE mounts cannot be replaced by other mounting mechanisms or storage
844technologies, it is possible to establish the FUSE mount on the Proxmox host
845and use a bind mount point to make it accessible inside the container.
846
847
848Using Quotas Inside Containers
849~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
850
851Quotas allow to set limits inside a container for the amount of disk space that
852each user can use.
853
17238cd3
WB
854NOTE: This currently requires the use of legacy 'cgroups'.
855
b0df9949
TL
856NOTE: This only works on ext4 image based storage types and currently only
857works with privileged containers.
858
859Activating the `quota` option causes the following mount options to be used for
860a mount point:
861`usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0`
862
863This allows quotas to be used like on any other system. You can initialize the
864`/aquota.user` and `/aquota.group` files by running:
865
866----
867# quotacheck -cmug /
868# quotaon /
869----
870
871Then edit the quotas using the `edquota` command. Refer to the documentation of
872the distribution running inside the container for details.
873
874NOTE: You need to run the above commands for every mount point by passing the
875mount point's path instead of just `/`.
876
877
878Using ACLs Inside Containers
879~~~~~~~~~~~~~~~~~~~~~~~~~~~~
880
881The standard Posix **A**ccess **C**ontrol **L**ists are also available inside
882containers. ACLs allow you to set more detailed file ownership than the
883traditional user/group/others model.
884
885
886Backup of Container mount points
887~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
888
889To include a mount point in backups, enable the `backup` option for it in the
890container configuration. For an existing mount point `mp0`
891
892----
893mp0: guests:subvol-100-disk-1,mp=/root/files,size=8G
894----
895
896add `backup=1` to enable it.
897
898----
899mp0: guests:subvol-100-disk-1,mp=/root/files,size=8G,backup=1
900----
901
902NOTE: When creating a new mount point in the GUI, this option is enabled by
903default.
904
905To disable backups for a mount point, add `backup=0` in the way described
906above, or uncheck the *Backup* checkbox on the GUI.
907
908Replication of Containers mount points
909~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
910
911By default, additional mount points are replicated when the Root Disk is
912replicated. If you want the {pve} storage replication mechanism to skip a mount
913point, you can set the *Skip replication* option for that mount point.
914As of {pve} 5.0, replication requires a storage of type `zfspool`. Adding a
915mount point to a different type of storage when the container has replication
916configured requires to have *Skip replication* enabled for that mount point.
917
918
51e33128
FG
919Backup and Restore
920------------------
921
5eba0743 922
2175e37b
FG
923Container Backup
924~~~~~~~~~~~~~~~~
925
69ab602f
TL
926It is possible to use the `vzdump` tool for container backup. Please refer to
927the `vzdump` manual page for details.
8c1189b6 928
51e33128 929
2175e37b
FG
930Restoring Container Backups
931~~~~~~~~~~~~~~~~~~~~~~~~~~~
932
69ab602f
TL
933Restoring container backups made with `vzdump` is possible using the `pct
934restore` command. By default, `pct restore` will attempt to restore as much of
935the backed up container configuration as possible. It is possible to override
936the backed up configuration by manually setting container options on the
937command line (see the `pct` manual page for details).
2175e37b 938
8c1189b6 939NOTE: `pvesm extractconfig` can be used to view the backed up configuration
2175e37b
FG
940contained in a vzdump archive.
941
942There are two basic restore modes, only differing by their handling of mount
943points:
944
4c3b5c77 945
8c1189b6
FG
946``Simple'' Restore Mode
947^^^^^^^^^^^^^^^^^^^^^^^
2175e37b 948
69ab602f
TL
949If neither the `rootfs` parameter nor any of the optional `mpX` parameters are
950explicitly set, the mount point configuration from the backed up configuration
951file is restored using the following steps:
2175e37b
FG
952
953. Extract mount points and their options from backup
324efba3
FG
954. Create volumes for storage backed mount points on the storage provided with
955 the `storage` parameter (default: `local`).
2175e37b 956. Extract files from backup archive
69ab602f
TL
957. Add bind and device mount points to restored configuration (limited to root
958 user)
2175e37b
FG
959
960NOTE: Since bind and device mount points are never backed up, no files are
961restored in the last step, but only the configuration options. The assumption
962is that such mount points are either backed up with another mechanism (e.g.,
963NFS space that is bind mounted into many containers), or not intended to be
964backed up at all.
965
966This simple mode is also used by the container restore operations in the web
967interface.
968
4c3b5c77 969
8c1189b6
FG
970``Advanced'' Restore Mode
971^^^^^^^^^^^^^^^^^^^^^^^^^
2175e37b
FG
972
973By setting the `rootfs` parameter (and optionally, any combination of `mpX`
8c1189b6 974parameters), the `pct restore` command is automatically switched into an
2175e37b 975advanced mode. This advanced mode completely ignores the `rootfs` and `mpX`
69ab602f
TL
976configuration options contained in the backup archive, and instead only uses
977the options explicitly provided as parameters.
2175e37b 978
69ab602f
TL
979This mode allows flexible configuration of mount point settings at restore
980time, for example:
2175e37b
FG
981
982* Set target storages, volume sizes and other options for each mount point
69ab602f 983 individually
2175e37b
FG
984* Redistribute backed up files according to new mount point scheme
985* Restore to device and/or bind mount points (limited to root user)
986
51e33128 987
8c1189b6 988Managing Containers with `pct`
04c569f6
DM
989------------------------------
990
6d718b9b
TL
991The ``Proxmox Container Toolkit'' (`pct`) is the command line tool to manage
992{pve} containers. It enables you to create or destroy containers, as well as
993control the container execution (start, stop, reboot, migrate, etc.). It can be
994used to set parameters in the config file of a container, for example the
995network configuration or memory limits.
5eba0743 996
04c569f6
DM
997CLI Usage Examples
998~~~~~~~~~~~~~~~~~~
999
69ab602f
TL
1000Create a container based on a Debian template (provided you have already
1001downloaded the template via the web interface)
04c569f6 1002
14e97811
OB
1003----
1004# pct create 100 /var/lib/vz/template/cache/debian-10.0-standard_10.0-1_amd64.tar.gz
1005----
04c569f6
DM
1006
1007Start container 100
1008
14e97811
OB
1009----
1010# pct start 100
1011----
04c569f6
DM
1012
1013Start a login session via getty
1014
14e97811
OB
1015----
1016# pct console 100
1017----
04c569f6
DM
1018
1019Enter the LXC namespace and run a shell as root user
1020
14e97811
OB
1021----
1022# pct enter 100
1023----
04c569f6
DM
1024
1025Display the configuration
1026
14e97811
OB
1027----
1028# pct config 100
1029----
04c569f6 1030
69ab602f
TL
1031Add a network interface called `eth0`, bridged to the host bridge `vmbr0`, set
1032the address and gateway, while it's running
04c569f6 1033
14e97811
OB
1034----
1035# pct set 100 -net0 name=eth0,bridge=vmbr0,ip=192.168.15.147/24,gw=192.168.15.1
1036----
04c569f6
DM
1037
1038Reduce the memory of the container to 512MB
1039
14e97811
OB
1040----
1041# pct set 100 -memory 512
1042----
0585f29a 1043
87927c65
DJ
1044Destroying a container always removes it from Access Control Lists and it always
1045removes the firewall configuration of the container. You have to activate
1046'--purge', if you want to additionally remove the container from replication jobs,
1047backup jobs and HA resource configurations.
1048
1049----
1050# pct destroy 100 --purge
1051----
1052
66aecccb
AL
1053Move a mount point volume to a different storage.
1054
1055----
1056# pct move-volume 100 mp0 other-storage
1057----
1058
1059Reassign a volume to a different CT. This will remove the volume `mp0` from
1060the source CT and attaches it as `mp1` to the target CT. In the background
1061the volume is being renamed so that the name matches the new owner.
1062
1063----
1064# pct move-volume 100 mp0 --target-vmid 200 --target-volume mp1
1065----
87927c65 1066
04c569f6 1067
fe57a420
FG
1068Obtaining Debugging Logs
1069~~~~~~~~~~~~~~~~~~~~~~~~
1070
1071In case `pct start` is unable to start a specific container, it might be
59b89a69
OB
1072helpful to collect debugging output by passing the `--debug` flag (replace `CTID` with
1073the container's CTID):
fe57a420 1074
14e97811 1075----
59b89a69
OB
1076# pct start CTID --debug
1077----
1078
97e4455e
TL
1079Alternatively, you can use the following `lxc-start` command, which will save
1080the debug log to the file specified by the `-o` output option:
59b89a69
OB
1081
1082----
1083# lxc-start -n CTID -F -l DEBUG -o /tmp/lxc-CTID.log
14e97811 1084----
fe57a420 1085
69ab602f 1086This command will attempt to start the container in foreground mode, to stop
59b89a69 1087the container run `pct shutdown CTID` or `pct stop CTID` in a second terminal.
fe57a420 1088
59b89a69 1089The collected debug log is written to `/tmp/lxc-CTID.log`.
fe57a420
FG
1090
1091NOTE: If you have changed the container's configuration since the last start
1092attempt with `pct start`, you need to run `pct start` at least once to also
1093update the configuration used by `lxc-start`.
1094
33f50e04
DC
1095[[pct_migration]]
1096Migration
1097---------
1098
1099If you have a cluster, you can migrate your Containers with
1100
14e97811
OB
1101----
1102# pct migrate <ctid> <target>
1103----
33f50e04
DC
1104
1105This works as long as your Container is offline. If it has local volumes or
14e97811 1106mount points defined, the migration will copy the content over the network to
ba021358 1107the target host if the same storage is defined there.
33f50e04 1108
656d8b21 1109Running containers cannot live-migrated due to technical limitations. You can
4c82550d
TL
1110do a restart migration, which shuts down, moves and then starts a container
1111again on the target node. As containers are very lightweight, this results
1112normally only in a downtime of some hundreds of milliseconds.
1113
1114A restart migration can be done through the web interface or by using the
1115`--restart` flag with the `pct migrate` command.
33f50e04 1116
69ab602f
TL
1117A restart migration will shut down the Container and kill it after the
1118specified timeout (the default is 180 seconds). Then it will migrate the
1119Container like an offline migration and when finished, it starts the Container
1120on the target node.
c7bc47af
DM
1121
1122[[pct_configuration]]
1123Configuration
1124-------------
1125
69ab602f
TL
1126The `/etc/pve/lxc/<CTID>.conf` file stores container configuration, where
1127`<CTID>` is the numeric ID of the given container. Like all other files stored
1128inside `/etc/pve/`, they get automatically replicated to all other cluster
1129nodes.
c7bc47af
DM
1130
1131NOTE: CTIDs < 100 are reserved for internal purposes, and CTIDs need to be
1132unique cluster wide.
1133
1134.Example Container Configuration
1135----
1136ostype: debian
1137arch: amd64
1138hostname: www
1139memory: 512
1140swap: 512
1141net0: bridge=vmbr0,hwaddr=66:64:66:64:64:36,ip=dhcp,name=eth0,type=veth
1142rootfs: local:107/vm-107-disk-1.raw,size=7G
1143----
1144
69ab602f 1145The configuration files are simple text files. You can edit them using a normal
da9679b6 1146text editor, for example, `vi` or `nano`.
69ab602f
TL
1147This is sometimes useful to do small corrections, but keep in mind that you
1148need to restart the container to apply such changes.
c7bc47af 1149
69ab602f
TL
1150For that reason, it is usually better to use the `pct` command to generate and
1151modify those files, or do the whole thing using the GUI.
1152Our toolkit is smart enough to instantaneously apply most changes to running
da9679b6 1153containers. This feature is called ``hot plug'', and there is no need to restart
69ab602f 1154the container in that case.
c7bc47af 1155
da9679b6 1156In cases where a change cannot be hot-plugged, it will be registered as a
69ab602f
TL
1157pending change (shown in red color in the GUI).
1158They will only be applied after rebooting the container.
14e97811 1159
c7bc47af
DM
1160
1161File Format
1162~~~~~~~~~~~
1163
69ab602f
TL
1164The container configuration file uses a simple colon separated key/value
1165format. Each line has the following format:
c7bc47af
DM
1166
1167-----
1168# this is a comment
1169OPTION: value
1170-----
1171
69ab602f
TL
1172Blank lines in those files are ignored, and lines starting with a `#` character
1173are treated as comments and are also ignored.
c7bc47af 1174
69ab602f 1175It is possible to add low-level, LXC style configuration directly, for example:
c7bc47af 1176
14e97811
OB
1177----
1178lxc.init_cmd: /sbin/my_own_init
1179----
c7bc47af
DM
1180
1181or
1182
14e97811
OB
1183----
1184lxc.init_cmd = /sbin/my_own_init
1185----
c7bc47af 1186
14e97811 1187The settings are passed directly to the LXC low-level tools.
c7bc47af
DM
1188
1189
1190[[pct_snapshots]]
1191Snapshots
1192~~~~~~~~~
1193
69ab602f
TL
1194When you create a snapshot, `pct` stores the configuration at snapshot time
1195into a separate snapshot section within the same configuration file. For
1196example, after creating a snapshot called ``testsnapshot'', your configuration
1197file will look like this:
c7bc47af
DM
1198
1199.Container configuration with snapshot
1200----
1201memory: 512
1202swap: 512
1203parent: testsnaphot
1204...
1205
1206[testsnaphot]
1207memory: 512
1208swap: 512
1209snaptime: 1457170803
1210...
1211----
1212
69ab602f
TL
1213There are a few snapshot related properties like `parent` and `snaptime`. The
1214`parent` property is used to store the parent/child relationship between
1215snapshots. `snaptime` is the snapshot creation time stamp (Unix epoch).
c7bc47af
DM
1216
1217
1218[[pct_options]]
1219Options
1220~~~~~~~
1221
1222include::pct.conf.5-opts.adoc[]
1223
1224
2a11aa70
DM
1225Locks
1226-----
1227
69ab602f
TL
1228Container migrations, snapshots and backups (`vzdump`) set a lock to prevent
1229incompatible concurrent actions on the affected container. Sometimes you need
1230to remove such a lock manually (e.g., after a power failure).
2a11aa70 1231
14e97811
OB
1232----
1233# pct unlock <CTID>
1234----
2a11aa70 1235
69ab602f
TL
1236CAUTION: Only do this if you are sure the action which set the lock is no
1237longer running.
2a11aa70 1238
fe57a420 1239
0c6b782f 1240ifdef::manvolnum[]
3bd9d0cf
DM
1241
1242Files
1243------
1244
1245`/etc/pve/lxc/<CTID>.conf`::
1246
1247Configuration file for the container '<CTID>'.
1248
1249
0c6b782f
DM
1250include::pve-copyright.adoc[]
1251endif::manvolnum[]