]> git.proxmox.com Git - pve-docs.git/blame - pct.adoc
update static/schema information
[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
DM
86
87* Image based deployment (templates)
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
80c0adcb 94[[pct_container_images]]
d61bab51
DM
95Container Images
96----------------
97
8c1189b6 98Container images, sometimes also referred to as ``templates'' or
69ab602f 99``appliances'', are `tar` archives which contain everything to run a container.
d61bab51 100
69ab602f
TL
101{pve} itself provides a variety of basic templates for the most common Linux
102distributions. They can be downloaded using the GUI or the `pveam` (short for
103{pve} Appliance Manager) command line utility.
104Additionally, https://www.turnkeylinux.org/[TurnKey Linux] container templates
105are also available to download.
d61bab51 106
2a368b1e
TL
107The list of available templates is updated daily through the 'pve-daily-update'
108timer. You can also trigger an update manually by executing:
3a6fa247 109
14e97811
OB
110----
111# pveam update
112----
3a6fa247 113
14e97811 114To view the list of available images run:
3a6fa247 115
14e97811
OB
116----
117# pveam available
118----
3a6fa247 119
8c1189b6
FG
120You can restrict this large list by specifying the `section` you are
121interested in, for example basic `system` images:
3a6fa247
DM
122
123.List available system images
124----
125# pveam available --section system
14e97811
OB
126system alpine-3.10-default_20190626_amd64.tar.xz
127system alpine-3.9-default_20190224_amd64.tar.xz
128system archlinux-base_20190924-1_amd64.tar.gz
129system centos-6-default_20191016_amd64.tar.xz
130system centos-7-default_20190926_amd64.tar.xz
131system centos-8-default_20191016_amd64.tar.xz
132system debian-10.0-standard_10.0-1_amd64.tar.gz
133system debian-8.0-standard_8.11-1_amd64.tar.gz
134system debian-9.0-standard_9.7-1_amd64.tar.gz
135system fedora-30-default_20190718_amd64.tar.xz
136system fedora-31-default_20191029_amd64.tar.xz
137system gentoo-current-default_20190718_amd64.tar.xz
138system opensuse-15.0-default_20180907_amd64.tar.xz
139system opensuse-15.1-default_20190719_amd64.tar.xz
140system ubuntu-16.04-standard_16.04.5-1_amd64.tar.gz
141system ubuntu-18.04-standard_18.04.1-1_amd64.tar.gz
142system ubuntu-19.04-standard_19.04-1_amd64.tar.gz
143system ubuntu-19.10-standard_19.10-1_amd64.tar.gz
3a6fa247
DM
144----
145
69ab602f 146Before you can use such a template, you need to download them into one of your
2a368b1e
TL
147storages. If you're unsure to which one, you can simply use the `local` named
148storage for that purpose. For clustered installations, it is preferred to use a
149shared storage so that all nodes can access those images.
3a6fa247 150
14e97811
OB
151----
152# pveam download local debian-10.0-standard_10.0-1_amd64.tar.gz
153----
3a6fa247 154
69ab602f
TL
155You are now ready to create containers using that image, and you can list all
156downloaded images on storage `local` with:
24f73a63
DM
157
158----
159# pveam list local
14e97811 160local:vztmpl/debian-10.0-standard_10.0-1_amd64.tar.gz 219.95MB
24f73a63
DM
161----
162
2a368b1e
TL
163TIP: You can also use the {pve} web interface GUI to download, list and delete
164container templates.
165
166`pct` uses them to create a new container, for example:
167
168----
169# pct create 999 local:vztmpl/debian-10.0-standard_10.0-1_amd64.tar.gz
170----
171
69ab602f
TL
172The above command shows you the full {pve} volume identifiers. They include the
173storage name, and most other {pve} commands can use them. For example you can
174delete that image later with:
24f73a63 175
14e97811
OB
176----
177# pveam remove local:vztmpl/debian-10.0-standard_10.0-1_amd64.tar.gz
178----
d61bab51 179
690cd737 180
f3afbb70 181[[pct_settings]]
4f785ca7
DM
182Container Settings
183------------------
184
304eb5a9
EK
185[[pct_general]]
186General Settings
187~~~~~~~~~~~~~~~~
188
1ff5e4e8 189[thumbnail="screenshot/gui-create-ct-general.png"]
2225402c 190
304eb5a9
EK
191General settings of a container include
192
193* the *Node* : the physical server on which the container will run
69ab602f
TL
194* the *CT ID*: a unique number in this {pve} installation used to identify your
195 container
304eb5a9
EK
196* *Hostname*: the hostname of the container
197* *Resource Pool*: a logical group of containers and VMs
198* *Password*: the root password of the container
199* *SSH Public Key*: a public key for connecting to the root account over SSH
200* *Unprivileged container*: this option allows to choose at creation time
69ab602f 201 if you want to create a privileged or unprivileged container.
304eb5a9 202
14e97811
OB
203Unprivileged Containers
204^^^^^^^^^^^^^^^^^^^^^^^
205
69ab602f
TL
206Unprivileged containers use a new kernel feature called user namespaces.
207The root UID 0 inside the container is mapped to an unprivileged user outside
208the container. This means that most security issues (container escape, resource
14e97811
OB
209abuse, etc.) in these containers will affect a random unprivileged user, and
210would be a generic kernel security bug rather than an LXC issue. The LXC team
211thinks unprivileged containers are safe by design.
212
213This is the default option when creating a new container.
214
69ab602f
TL
215NOTE: If the container uses systemd as an init system, please be aware the
216systemd version running inside the container should be equal to or greater than
217220.
14e97811 218
304eb5a9
EK
219
220Privileged Containers
221^^^^^^^^^^^^^^^^^^^^^
222
c02ac25b
TL
223Security in containers is achieved by using mandatory access control 'AppArmor'
224restrictions, 'seccomp' filters and Linux kernel namespaces. The LXC team
225considers this kind of container as unsafe, and they will not consider new
226container escape exploits to be security issues worthy of a CVE and quick fix.
227That's why privileged containers should only be used in trusted environments.
304eb5a9 228
304eb5a9 229
9a5e9443 230[[pct_cpu]]
9a5e9443
DM
231CPU
232~~~
233
1ff5e4e8 234[thumbnail="screenshot/gui-create-ct-cpu.png"]
097aa949 235
14e97811
OB
236You can restrict the number of visible CPUs inside the container using the
237`cores` option. This is implemented using the Linux 'cpuset' cgroup
69ab602f
TL
238(**c**ontrol *group*).
239A special task inside `pvestatd` tries to distribute running containers among
240available CPUs periodically.
241To view the assigned CPUs run the following command:
9a5e9443
DM
242
243----
244# pct cpusets
245 ---------------------
246 102: 6 7
247 105: 2 3 4 5
248 108: 0 1
249 ---------------------
250----
251
14e97811
OB
252Containers use the host kernel directly. All tasks inside a container are
253handled by the host CPU scheduler. {pve} uses the Linux 'CFS' (**C**ompletely
254**F**air **S**cheduler) scheduler by default, which has additional bandwidth
255control options.
9a5e9443
DM
256
257[horizontal]
0725e3c6 258
69ab602f
TL
259`cpulimit`: :: You can use this option to further limit assigned CPU time.
260Please note that this is a floating point number, so it is perfectly valid to
261assign two cores to a container, but restrict overall CPU consumption to half a
262core.
9a5e9443
DM
263+
264----
265cores: 2
266cpulimit: 0.5
267----
268
69ab602f
TL
269`cpuunits`: :: This is a relative weight passed to the kernel scheduler. The
270larger the number is, the more CPU time this container gets. Number is relative
271to the weights of all the other running containers. The default is 1024. You
272can use this setting to prioritize some containers.
9a5e9443
DM
273
274
275[[pct_memory]]
276Memory
277~~~~~~
278
1ff5e4e8 279[thumbnail="screenshot/gui-create-ct-memory.png"]
097aa949 280
9a5e9443
DM
281Container memory is controlled using the cgroup memory controller.
282
283[horizontal]
284
69ab602f
TL
285`memory`: :: Limit overall memory usage. This corresponds to the
286`memory.limit_in_bytes` cgroup setting.
9a5e9443 287
69ab602f
TL
288`swap`: :: Allows the container to use additional swap memory from the host
289swap space. This corresponds to the `memory.memsw.limit_in_bytes` cgroup
290setting, which is set to the sum of both value (`memory + swap`).
9a5e9443 291
4f785ca7
DM
292
293[[pct_mount_points]]
9e44e493
DM
294Mount Points
295~~~~~~~~~~~~
eeecce95 296
1ff5e4e8 297[thumbnail="screenshot/gui-create-ct-root-disk.png"]
097aa949 298
14e97811 299The root mount point is configured with the `rootfs` property. You can
69ab602f
TL
300configure up to 256 additional mount points. The corresponding options are
301called `mp0` to `mp255`. They can contain the following settings:
01639994
FG
302
303include::pct-mountpoint-opts.adoc[]
304
69ab602f
TL
305Currently there are three types of mount points: storage backed mount points,
306bind mounts, and device mounts.
9e44e493 307
5eba0743 308.Typical container `rootfs` configuration
4c3b5c77
DM
309----
310rootfs: thin1:base-100-disk-1,size=8G
311----
312
313
5eba0743 314Storage Backed Mount Points
4c3b5c77 315^^^^^^^^^^^^^^^^^^^^^^^^^^^
01639994 316
9e44e493 317Storage backed mount points are managed by the {pve} storage subsystem and come
eeecce95
WB
318in three different flavors:
319
5eba0743 320- Image based: these are raw images containing a single ext4 formatted file
eeecce95 321 system.
5eba0743 322- ZFS subvolumes: these are technically bind mounts, but with managed storage,
eeecce95
WB
323 and thus allow resizing and snapshotting.
324- Directories: passing `size=0` triggers a special case where instead of a raw
325 image a directory is created.
326
03782251
FG
327NOTE: The special option syntax `STORAGE_ID:SIZE_IN_GB` for storage backed
328mount point volumes will automatically allocate a volume of the specified size
69ab602f
TL
329on the specified storage. For example, calling
330
331----
332pct set 100 -mp0 thin1:10,mp=/path/in/container
333----
334
335will allocate a 10GB volume on the storage `thin1` and replace the volume ID
336place holder `10` with the allocated volume ID, and setup the moutpoint in the
337container at `/path/in/container`
03782251 338
4c3b5c77 339
5eba0743 340Bind Mount Points
4c3b5c77 341^^^^^^^^^^^^^^^^^
01639994 342
9baca183
FG
343Bind mounts allow you to access arbitrary directories from your Proxmox VE host
344inside a container. Some potential use cases are:
345
346- Accessing your home directory in the guest
347- Accessing an USB device directory in the guest
acccc49b 348- Accessing an NFS mount from the host in the guest
9baca183 349
eeecce95 350Bind mounts are considered to not be managed by the storage subsystem, so you
9baca183 351cannot make snapshots or deal with quotas from inside the container. With
eeecce95 352unprivileged containers you might run into permission problems caused by the
9baca183
FG
353user mapping and cannot use ACLs.
354
8c1189b6 355NOTE: The contents of bind mount points are not backed up when using `vzdump`.
eeecce95 356
69ab602f
TL
357WARNING: For security reasons, bind mounts should only be established using
358source directories especially reserved for this purpose, e.g., a directory
359hierarchy under `/mnt/bindmounts`. Never bind mount system directories like
360`/`, `/var` or `/etc` into a container - this poses a great security risk.
9baca183
FG
361
362NOTE: The bind mount source path must not contain any symlinks.
363
364For example, to make the directory `/mnt/bindmounts/shared` accessible in the
365container with ID `100` under the path `/shared`, use a configuration line like
8c1189b6
FG
366`mp0: /mnt/bindmounts/shared,mp=/shared` in `/etc/pve/lxc/100.conf`.
367Alternatively, use `pct set 100 -mp0 /mnt/bindmounts/shared,mp=/shared` to
9baca183 368achieve the same result.
6b707f2c 369
4c3b5c77 370
5eba0743 371Device Mount Points
4c3b5c77 372^^^^^^^^^^^^^^^^^^^
fe154a4f 373
7432d78e
FG
374Device mount points allow to mount block devices of the host directly into the
375container. Similar to bind mounts, device mounts are not managed by {PVE}'s
376storage subsystem, but the `quota` and `acl` options will be honored.
377
378NOTE: Device mount points should only be used under special circumstances. In
379most cases a storage backed mount point offers the same performance and a lot
380more features.
381
69ab602f
TL
382NOTE: The contents of device mount points are not backed up when using
383`vzdump`.
01639994 384
4c3b5c77 385
80c0adcb 386[[pct_container_network]]
f5c351f0
DM
387Network
388~~~~~~~
04c569f6 389
1ff5e4e8 390[thumbnail="screenshot/gui-create-ct-network.png"]
097aa949 391
69ab602f
TL
392You can configure up to 10 network interfaces for a single container.
393The corresponding options are called `net0` to `net9`, and they can contain the
394following setting:
bac8c385
DM
395
396include::pct-network-opts.adoc[]
04c569f6
DM
397
398
139a9019
DM
399[[pct_startup_and_shutdown]]
400Automatic Start and Shutdown of Containers
401~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
402
14e97811
OB
403To automatically start a container when the host system boots, select the
404option 'Start at boot' in the 'Options' panel of the container in the web
405interface or run the following command:
139a9019 406
14e97811
OB
407----
408# pct set CTID -onboot 1
409----
139a9019 410
4dbeb548
DM
411.Start and Shutdown Order
412// use the screenshot from qemu - its the same
1ff5e4e8 413[thumbnail="screenshot/gui-qemu-edit-start-order.png"]
4dbeb548 414
69ab602f
TL
415If you want to fine tune the boot order of your containers, you can use the
416following parameters:
139a9019 417
69ab602f
TL
418* *Start/Shutdown order*: Defines the start order priority. For example, set it
419 to 1 if you want the CT to be the first to be started. (We use the reverse
420 startup order for shutdown, so a container with a start order of 1 would be
421 the last to be shut down)
422* *Startup delay*: Defines the interval between this container start and
423 subsequent containers starts. For example, set it to 240 if you want to wait
424 240 seconds before starting other containers.
139a9019 425* *Shutdown timeout*: Defines the duration in seconds {pve} should wait
69ab602f
TL
426 for the container to be offline after issuing a shutdown command.
427 By default this value is set to 60, which means that {pve} will issue a
428 shutdown request, wait 60s for the machine to be offline, and if after 60s
429 the machine is still online will notify that the shutdown action failed.
139a9019 430
69ab602f
TL
431Please note that containers without a Start/Shutdown order parameter will
432always start after those where the parameter is set, and this parameter only
139a9019
DM
433makes sense between the machines running locally on a host, and not
434cluster-wide.
435
c2c8eb89
DC
436Hookscripts
437~~~~~~~~~~~
438
439You can add a hook script to CTs with the config property `hookscript`.
440
14e97811
OB
441----
442# pct set 100 -hookscript local:snippets/hookscript.pl
443----
c2c8eb89 444
69ab602f
TL
445It will be called during various phases of the guests lifetime. For an example
446and documentation see the example script under
c2c8eb89 447`/usr/share/pve-docs/examples/guest-example-hookscript.pl`.
139a9019 448
bf7f598a
TL
449Security Considerations
450-----------------------
451
452Containers use the kernel of the host system. This exposes an attack surface
453for malicious users. In general, full virtual machines provide better
656d8b21 454isolation. This should be considered if containers are provided to unknown or
bf7f598a
TL
455untrusted people.
456
457To reduce the attack surface, LXC uses many security features like AppArmor,
458CGroups and kernel namespaces.
459
c02ac25b
TL
460AppArmor
461~~~~~~~~
462
bf7f598a
TL
463AppArmor profiles are used to restrict access to possibly dangerous actions.
464Some system calls, i.e. `mount`, are prohibited from execution.
465
466To trace AppArmor activity, use:
467
468----
469# dmesg | grep apparmor
470----
471
c02ac25b
TL
472Although it is not recommended, AppArmor can be disabled for a container. This
473brings security risks with it. Some syscalls can lead to privilege escalation
474when executed within a container if the system is misconfigured or if a LXC or
475Linux Kernel vulnerability exists.
476
477To disable AppArmor for a container, add the following line to the container
478configuration file located at `/etc/pve/lxc/CTID.conf`:
479
480----
76aaaeab 481lxc.apparmor.profile = unconfined
c02ac25b
TL
482----
483
484WARNING: Please note that this is not recommended for production use.
485
486
17238cd3
WB
487[[pct_cgroup]]
488Control Groups ('cgroup')
489~~~~~~~~~~~~~~~~~~~~~~~~~
490
491'cgroup' is a kernel
492mechanism used to hierarchically organize processes and distribute system
493resources.
494
495The main resources controlled via 'cgroups' are CPU time, memory and swap
496limits, and access to device nodes. 'cgroups' are also used to "freeze" a
497container before taking snapshots.
498
499There are 2 versions of 'cgroups' currently available,
500https://www.kernel.org/doc/html/v5.11/admin-guide/cgroup-v1/index.html[legacy]
501and
502https://www.kernel.org/doc/html/v5.11/admin-guide/cgroup-v2.html['cgroupv2'].
503
504Since {pve} 7.0, the default is a pure 'cgroupv2' environment. Previously a
505"hybrid" setup was used, where resource control was mainly done in 'cgroupv1'
506with an additional 'cgroupv2' controller which could take over some subsystems
507via the 'cgroup_no_v1' kernel command line parameter. (See the
508https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html[kernel
509parameter documentation] for details.)
510
511The main difference between pure 'cgroupv2' and the old hybrid environments
512regarding {pve} is that with 'cgroupv2' memory and swap are now controlled
513independently. The memory and swap settings for containers can map directly to
514these values, whereas previously only the memory limit and the limit of the
515*sum* of memory and swap could be limited.
516
517Another important difference is that the 'devices' controller is configured in a
518completely different way. Because of this, file system quotas are currently not
519supported in a pure 'cgroupv2' environment.
520
521If file system quotas are not required and the containers are new enough to
522understand 'cgroupv2', it is recommended to stick to the new default.
523
524To switch back to the previous version the following kernel command line
525parameter can be used:
526
527----
528systemd.unified_cgroup_hierarchy=0
529----
530
531See xref:sysboot_edit_kernel_cmdline[this section] on editing the kernel boot
532command line on where to add the parameter.
533
534// TODO: seccomp a bit more.
c02ac25b
TL
535// TODO: pve-lxc-syscalld
536
537
0892a2c2
TL
538Guest Operating System Configuration
539------------------------------------
540
541{pve} tries to detect the Linux distribution in the container, and modifies
542some files. Here is a short list of things done at container startup:
543
544set /etc/hostname:: to set the container name
545
546modify /etc/hosts:: to allow lookup of the local hostname
547
548network setup:: pass the complete network setup to the container
549
550configure DNS:: pass information about DNS servers
551
552adapt the init system:: for example, fix the number of spawned getty processes
553
554set the root password:: when creating a new container
555
556rewrite ssh_host_keys:: so that each container has unique keys
557
558randomize crontab:: so that cron does not start at the same time on all containers
559
560Changes made by {PVE} are enclosed by comment markers:
561
562----
563# --- BEGIN PVE ---
564<data>
565# --- END PVE ---
566----
567
568Those markers will be inserted at a reasonable location in the file. If such a
569section already exists, it will be updated in place and will not be moved.
570
571Modification of a file can be prevented by adding a `.pve-ignore.` file for it.
572For instance, if the file `/etc/.pve-ignore.hosts` exists then the `/etc/hosts`
573file will not be touched. This can be a simple empty file created via:
574
575----
576# touch /etc/.pve-ignore.hosts
577----
578
579Most modifications are OS dependent, so they differ between different
580distributions and versions. You can completely disable modifications by
581manually setting the `ostype` to `unmanaged`.
582
583OS type detection is done by testing for certain files inside the
3d5c55fc
TL
584container. {pve} first checks the `/etc/os-release` file
585footnote:[/etc/os-release replaces the multitude of per-distribution
586release files https://manpages.debian.org/stable/systemd/os-release.5.en.html].
587If that file is not present, or it does not contain a clearly recognizable
588distribution identifier the following distribution specific release files are
589checked.
0892a2c2
TL
590
591Ubuntu:: inspect /etc/lsb-release (`DISTRIB_ID=Ubuntu`)
592
593Debian:: test /etc/debian_version
594
595Fedora:: test /etc/fedora-release
596
597RedHat or CentOS:: test /etc/redhat-release
598
599ArchLinux:: test /etc/arch-release
600
601Alpine:: test /etc/alpine-release
602
603Gentoo:: test /etc/gentoo-release
604
605NOTE: Container start fails if the configured `ostype` differs from the auto
606detected type.
607
608
b0df9949
TL
609[[pct_container_storage]]
610Container Storage
611-----------------
612
613The {pve} LXC container storage model is more flexible than traditional
614container storage models. A container can have multiple mount points. This
615makes it possible to use the best suited storage for each application.
616
617For example the root file system of the container can be on slow and cheap
618storage while the database can be on fast and distributed storage via a second
619mount point. See section <<pct_mount_points, Mount Points>> for further
620details.
621
622Any storage type supported by the {pve} storage library can be used. This means
623that containers can be stored on local (for example `lvm`, `zfs` or directory),
624shared external (like `iSCSI`, `NFS`) or even distributed storage systems like
625Ceph. Advanced storage features like snapshots or clones can be used if the
626underlying storage supports them. The `vzdump` backup tool can use snapshots to
627provide consistent container backups.
628
629Furthermore, local devices or local directories can be mounted directly using
630'bind mounts'. This gives access to local resources inside a container with
631practically zero overhead. Bind mounts can be used as an easy way to share data
632between containers.
633
634
635FUSE Mounts
636~~~~~~~~~~~
637
638WARNING: Because of existing issues in the Linux kernel's freezer subsystem the
639usage of FUSE mounts inside a container is strongly advised against, as
640containers need to be frozen for suspend or snapshot mode backups.
641
642If FUSE mounts cannot be replaced by other mounting mechanisms or storage
643technologies, it is possible to establish the FUSE mount on the Proxmox host
644and use a bind mount point to make it accessible inside the container.
645
646
647Using Quotas Inside Containers
648~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
649
650Quotas allow to set limits inside a container for the amount of disk space that
651each user can use.
652
17238cd3
WB
653NOTE: This currently requires the use of legacy 'cgroups'.
654
b0df9949
TL
655NOTE: This only works on ext4 image based storage types and currently only
656works with privileged containers.
657
658Activating the `quota` option causes the following mount options to be used for
659a mount point:
660`usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0`
661
662This allows quotas to be used like on any other system. You can initialize the
663`/aquota.user` and `/aquota.group` files by running:
664
665----
666# quotacheck -cmug /
667# quotaon /
668----
669
670Then edit the quotas using the `edquota` command. Refer to the documentation of
671the distribution running inside the container for details.
672
673NOTE: You need to run the above commands for every mount point by passing the
674mount point's path instead of just `/`.
675
676
677Using ACLs Inside Containers
678~~~~~~~~~~~~~~~~~~~~~~~~~~~~
679
680The standard Posix **A**ccess **C**ontrol **L**ists are also available inside
681containers. ACLs allow you to set more detailed file ownership than the
682traditional user/group/others model.
683
684
685Backup of Container mount points
686~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
687
688To include a mount point in backups, enable the `backup` option for it in the
689container configuration. For an existing mount point `mp0`
690
691----
692mp0: guests:subvol-100-disk-1,mp=/root/files,size=8G
693----
694
695add `backup=1` to enable it.
696
697----
698mp0: guests:subvol-100-disk-1,mp=/root/files,size=8G,backup=1
699----
700
701NOTE: When creating a new mount point in the GUI, this option is enabled by
702default.
703
704To disable backups for a mount point, add `backup=0` in the way described
705above, or uncheck the *Backup* checkbox on the GUI.
706
707Replication of Containers mount points
708~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
709
710By default, additional mount points are replicated when the Root Disk is
711replicated. If you want the {pve} storage replication mechanism to skip a mount
712point, you can set the *Skip replication* option for that mount point.
713As of {pve} 5.0, replication requires a storage of type `zfspool`. Adding a
714mount point to a different type of storage when the container has replication
715configured requires to have *Skip replication* enabled for that mount point.
716
717
51e33128
FG
718Backup and Restore
719------------------
720
5eba0743 721
2175e37b
FG
722Container Backup
723~~~~~~~~~~~~~~~~
724
69ab602f
TL
725It is possible to use the `vzdump` tool for container backup. Please refer to
726the `vzdump` manual page for details.
8c1189b6 727
51e33128 728
2175e37b
FG
729Restoring Container Backups
730~~~~~~~~~~~~~~~~~~~~~~~~~~~
731
69ab602f
TL
732Restoring container backups made with `vzdump` is possible using the `pct
733restore` command. By default, `pct restore` will attempt to restore as much of
734the backed up container configuration as possible. It is possible to override
735the backed up configuration by manually setting container options on the
736command line (see the `pct` manual page for details).
2175e37b 737
8c1189b6 738NOTE: `pvesm extractconfig` can be used to view the backed up configuration
2175e37b
FG
739contained in a vzdump archive.
740
741There are two basic restore modes, only differing by their handling of mount
742points:
743
4c3b5c77 744
8c1189b6
FG
745``Simple'' Restore Mode
746^^^^^^^^^^^^^^^^^^^^^^^
2175e37b 747
69ab602f
TL
748If neither the `rootfs` parameter nor any of the optional `mpX` parameters are
749explicitly set, the mount point configuration from the backed up configuration
750file is restored using the following steps:
2175e37b
FG
751
752. Extract mount points and their options from backup
753. Create volumes for storage backed mount points (on storage provided with the
69ab602f 754 `storage` parameter, or default local storage if unset)
2175e37b 755. Extract files from backup archive
69ab602f
TL
756. Add bind and device mount points to restored configuration (limited to root
757 user)
2175e37b
FG
758
759NOTE: Since bind and device mount points are never backed up, no files are
760restored in the last step, but only the configuration options. The assumption
761is that such mount points are either backed up with another mechanism (e.g.,
762NFS space that is bind mounted into many containers), or not intended to be
763backed up at all.
764
765This simple mode is also used by the container restore operations in the web
766interface.
767
4c3b5c77 768
8c1189b6
FG
769``Advanced'' Restore Mode
770^^^^^^^^^^^^^^^^^^^^^^^^^
2175e37b
FG
771
772By setting the `rootfs` parameter (and optionally, any combination of `mpX`
8c1189b6 773parameters), the `pct restore` command is automatically switched into an
2175e37b 774advanced mode. This advanced mode completely ignores the `rootfs` and `mpX`
69ab602f
TL
775configuration options contained in the backup archive, and instead only uses
776the options explicitly provided as parameters.
2175e37b 777
69ab602f
TL
778This mode allows flexible configuration of mount point settings at restore
779time, for example:
2175e37b
FG
780
781* Set target storages, volume sizes and other options for each mount point
69ab602f 782 individually
2175e37b
FG
783* Redistribute backed up files according to new mount point scheme
784* Restore to device and/or bind mount points (limited to root user)
785
51e33128 786
8c1189b6 787Managing Containers with `pct`
04c569f6
DM
788------------------------------
789
6d718b9b
TL
790The ``Proxmox Container Toolkit'' (`pct`) is the command line tool to manage
791{pve} containers. It enables you to create or destroy containers, as well as
792control the container execution (start, stop, reboot, migrate, etc.). It can be
793used to set parameters in the config file of a container, for example the
794network configuration or memory limits.
5eba0743 795
04c569f6
DM
796CLI Usage Examples
797~~~~~~~~~~~~~~~~~~
798
69ab602f
TL
799Create a container based on a Debian template (provided you have already
800downloaded the template via the web interface)
04c569f6 801
14e97811
OB
802----
803# pct create 100 /var/lib/vz/template/cache/debian-10.0-standard_10.0-1_amd64.tar.gz
804----
04c569f6
DM
805
806Start container 100
807
14e97811
OB
808----
809# pct start 100
810----
04c569f6
DM
811
812Start a login session via getty
813
14e97811
OB
814----
815# pct console 100
816----
04c569f6
DM
817
818Enter the LXC namespace and run a shell as root user
819
14e97811
OB
820----
821# pct enter 100
822----
04c569f6
DM
823
824Display the configuration
825
14e97811
OB
826----
827# pct config 100
828----
04c569f6 829
69ab602f
TL
830Add a network interface called `eth0`, bridged to the host bridge `vmbr0`, set
831the address and gateway, while it's running
04c569f6 832
14e97811
OB
833----
834# pct set 100 -net0 name=eth0,bridge=vmbr0,ip=192.168.15.147/24,gw=192.168.15.1
835----
04c569f6
DM
836
837Reduce the memory of the container to 512MB
838
14e97811
OB
839----
840# pct set 100 -memory 512
841----
0585f29a 842
87927c65
DJ
843Destroying a container always removes it from Access Control Lists and it always
844removes the firewall configuration of the container. You have to activate
845'--purge', if you want to additionally remove the container from replication jobs,
846backup jobs and HA resource configurations.
847
848----
849# pct destroy 100 --purge
850----
851
852
04c569f6 853
fe57a420
FG
854Obtaining Debugging Logs
855~~~~~~~~~~~~~~~~~~~~~~~~
856
857In case `pct start` is unable to start a specific container, it might be
59b89a69
OB
858helpful to collect debugging output by passing the `--debug` flag (replace `CTID` with
859the container's CTID):
fe57a420 860
14e97811 861----
59b89a69
OB
862# pct start CTID --debug
863----
864
97e4455e
TL
865Alternatively, you can use the following `lxc-start` command, which will save
866the debug log to the file specified by the `-o` output option:
59b89a69
OB
867
868----
869# lxc-start -n CTID -F -l DEBUG -o /tmp/lxc-CTID.log
14e97811 870----
fe57a420 871
69ab602f 872This command will attempt to start the container in foreground mode, to stop
59b89a69 873the container run `pct shutdown CTID` or `pct stop CTID` in a second terminal.
fe57a420 874
59b89a69 875The collected debug log is written to `/tmp/lxc-CTID.log`.
fe57a420
FG
876
877NOTE: If you have changed the container's configuration since the last start
878attempt with `pct start`, you need to run `pct start` at least once to also
879update the configuration used by `lxc-start`.
880
33f50e04
DC
881[[pct_migration]]
882Migration
883---------
884
885If you have a cluster, you can migrate your Containers with
886
14e97811
OB
887----
888# pct migrate <ctid> <target>
889----
33f50e04
DC
890
891This works as long as your Container is offline. If it has local volumes or
14e97811 892mount points defined, the migration will copy the content over the network to
ba021358 893the target host if the same storage is defined there.
33f50e04 894
656d8b21 895Running containers cannot live-migrated due to technical limitations. You can
4c82550d
TL
896do a restart migration, which shuts down, moves and then starts a container
897again on the target node. As containers are very lightweight, this results
898normally only in a downtime of some hundreds of milliseconds.
899
900A restart migration can be done through the web interface or by using the
901`--restart` flag with the `pct migrate` command.
33f50e04 902
69ab602f
TL
903A restart migration will shut down the Container and kill it after the
904specified timeout (the default is 180 seconds). Then it will migrate the
905Container like an offline migration and when finished, it starts the Container
906on the target node.
c7bc47af
DM
907
908[[pct_configuration]]
909Configuration
910-------------
911
69ab602f
TL
912The `/etc/pve/lxc/<CTID>.conf` file stores container configuration, where
913`<CTID>` is the numeric ID of the given container. Like all other files stored
914inside `/etc/pve/`, they get automatically replicated to all other cluster
915nodes.
c7bc47af
DM
916
917NOTE: CTIDs < 100 are reserved for internal purposes, and CTIDs need to be
918unique cluster wide.
919
920.Example Container Configuration
921----
922ostype: debian
923arch: amd64
924hostname: www
925memory: 512
926swap: 512
927net0: bridge=vmbr0,hwaddr=66:64:66:64:64:36,ip=dhcp,name=eth0,type=veth
928rootfs: local:107/vm-107-disk-1.raw,size=7G
929----
930
69ab602f 931The configuration files are simple text files. You can edit them using a normal
da9679b6 932text editor, for example, `vi` or `nano`.
69ab602f
TL
933This is sometimes useful to do small corrections, but keep in mind that you
934need to restart the container to apply such changes.
c7bc47af 935
69ab602f
TL
936For that reason, it is usually better to use the `pct` command to generate and
937modify those files, or do the whole thing using the GUI.
938Our toolkit is smart enough to instantaneously apply most changes to running
da9679b6 939containers. This feature is called ``hot plug'', and there is no need to restart
69ab602f 940the container in that case.
c7bc47af 941
da9679b6 942In cases where a change cannot be hot-plugged, it will be registered as a
69ab602f
TL
943pending change (shown in red color in the GUI).
944They will only be applied after rebooting the container.
14e97811 945
c7bc47af
DM
946
947File Format
948~~~~~~~~~~~
949
69ab602f
TL
950The container configuration file uses a simple colon separated key/value
951format. Each line has the following format:
c7bc47af
DM
952
953-----
954# this is a comment
955OPTION: value
956-----
957
69ab602f
TL
958Blank lines in those files are ignored, and lines starting with a `#` character
959are treated as comments and are also ignored.
c7bc47af 960
69ab602f 961It is possible to add low-level, LXC style configuration directly, for example:
c7bc47af 962
14e97811
OB
963----
964lxc.init_cmd: /sbin/my_own_init
965----
c7bc47af
DM
966
967or
968
14e97811
OB
969----
970lxc.init_cmd = /sbin/my_own_init
971----
c7bc47af 972
14e97811 973The settings are passed directly to the LXC low-level tools.
c7bc47af
DM
974
975
976[[pct_snapshots]]
977Snapshots
978~~~~~~~~~
979
69ab602f
TL
980When you create a snapshot, `pct` stores the configuration at snapshot time
981into a separate snapshot section within the same configuration file. For
982example, after creating a snapshot called ``testsnapshot'', your configuration
983file will look like this:
c7bc47af
DM
984
985.Container configuration with snapshot
986----
987memory: 512
988swap: 512
989parent: testsnaphot
990...
991
992[testsnaphot]
993memory: 512
994swap: 512
995snaptime: 1457170803
996...
997----
998
69ab602f
TL
999There are a few snapshot related properties like `parent` and `snaptime`. The
1000`parent` property is used to store the parent/child relationship between
1001snapshots. `snaptime` is the snapshot creation time stamp (Unix epoch).
c7bc47af
DM
1002
1003
1004[[pct_options]]
1005Options
1006~~~~~~~
1007
1008include::pct.conf.5-opts.adoc[]
1009
1010
2a11aa70
DM
1011Locks
1012-----
1013
69ab602f
TL
1014Container migrations, snapshots and backups (`vzdump`) set a lock to prevent
1015incompatible concurrent actions on the affected container. Sometimes you need
1016to remove such a lock manually (e.g., after a power failure).
2a11aa70 1017
14e97811
OB
1018----
1019# pct unlock <CTID>
1020----
2a11aa70 1021
69ab602f
TL
1022CAUTION: Only do this if you are sure the action which set the lock is no
1023longer running.
2a11aa70 1024
fe57a420 1025
0c6b782f 1026ifdef::manvolnum[]
3bd9d0cf
DM
1027
1028Files
1029------
1030
1031`/etc/pve/lxc/<CTID>.conf`::
1032
1033Configuration file for the container '<CTID>'.
1034
1035
0c6b782f
DM
1036include::pve-copyright.adoc[]
1037endif::manvolnum[]