X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pct.adoc;h=0be738b59b89c33a443de654910109200cc4ac22;hb=0a1739bd15ba88b0a384366994f1b8afe5073676;hp=c34e1a3fc1d9fed3dfd3ecdce9352190f395b7f3;hpb=656d8b211553ed0b7014b624b2be1755fadaed6a;p=pve-docs.git diff --git a/pct.adoc b/pct.adoc index c34e1a3..0be738b 100644 --- a/pct.adoc +++ b/pct.adoc @@ -36,7 +36,7 @@ the host system directly. The runtime costs for containers is low, usually negligible. However, there are some drawbacks that need be considered: -* Only Linux distributions can be run in containers.It is not possible to run +* Only Linux distributions can be run in containers. It is not possible to run other Operating Systems like, for example, FreeBSD or Microsoft Windows inside a container. @@ -473,7 +473,7 @@ To disable AppArmor for a container, add the following line to the container configuration file located at `/etc/pve/lxc/CTID.conf`: ---- -lxc.apparmor_profile = unconfined +lxc.apparmor.profile = unconfined ---- WARNING: Please note that this is not recommended for production use.