add idmap to LXC template per #6

This commit is contained in:
Julie B. 2021-07-10 09:55:00 +02:00
parent afa16606d9
commit 5b5614800c

View File

@ -9,6 +9,10 @@
<type arch="x86_64">exe</type>
<init>/boot/init</init>
</os>
<idmap>
<uid start='0' target='1000000' count='10000'/>
<gid start='0' target='1000000' count='10000'/>
</idmap>
<memory unit="GiB">1</memory>
<resource>
<partition>/machine</partition>