aboutsummaryrefslogtreecommitdiff
blob: 653bbc7fbaa97898327e0081b1d49ad0069ade06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<domain type='lxc'>
    <name>demo</name>
    <uuid>8369f1ac-7e46-e869-4ca5-759d51478066</uuid>
    <os>
        <type>exe</type>
        <init>/sh</init>
    </os>
    <memory>500000</memory>
    <devices>
        <filesystem type='mount'>
            <source dir='/root/container'/>
            <target dir='/'/>
        </filesystem>
        <filesystem type='mount'>
            <source dir='/home'/>
            <target dir='/home'/>
        </filesystem>
        <console type='pty'/>
    </devices>
</domain>