]> git.proxmox.com Git - pve-docs.git/blobdiff - pct.adoc
rework SDN docs a bit
[pve-docs.git] / pct.adoc
index c34e1a3fc1d9fed3dfd3ecdce9352190f395b7f3..0be738b59b89c33a443de654910109200cc4ac22 100644 (file)
--- 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.