Displaying 1 result from an estimated 1 matches for "d3667da2".
Did you mean:
33667d72
2010 Oct 04
2
LXC
hi All,
I'm new to this list and also not a professional libvirt user:)
I'm trying to use it for running a container.
This is my config:
<domain type='lxc'>
<name>test</name>
<uuid>d3667da2-061a-7b20-a29c-3afc798a257e</uuid>
<memory>500000</memory>
<currentMemory>500000</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64'>exe</type>
<init>/sbin/init</init>
</os>
<clock offset='utc'/>...