X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pct.adoc;h=21dc01829e7625d6dfff3d52a34b387f574838d0;hp=0b69db1cea82153c0d845032dc6c11fd1128e717;hb=fe154a4fa363429b275be49d71dac954767030e6;hpb=bac8c3856f615ec0753fc64246c1dbda6c6a456a diff --git a/pct.adoc b/pct.adoc index 0b69db1..21dc018 100644 --- a/pct.adoc +++ b/pct.adoc @@ -357,6 +357,17 @@ mounting mechanisms or storage technologies, it is possible to establish the FUSE mount on the Proxmox host and use a bind mountpoint to make it accessible inside the container. +The root mountpoint is configured with the 'rootfs' property, and you can +configure up to 10 additional mount points. The corresponding options +are called 'mp0' to 'mp9', and they can contain the following setting: + +include::pct-mountpoint-opts.adoc[] + +.Typical Container 'rootfs' configuration +---- +rootfs: thin1:base-100-disk-1,size=8G +---- + Using quotas inside containers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~