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