[libvirt-users] how to boot the lxc container with a default ip
27 Sep
2013
27 Sep
'13
1:50 a.m.
Hi expert my xml is <domain type='lxc'> <name>vm1</name> <memory>500000</memory> <os> <type>exe</type> <init>/bin/sh</init> </os> <vcpu>1</vcpu> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/libexec/libvirt_lxc</emulator> <interface type='network'> <source network='default'/> </interface> <console type='pty' /> </devices> </domain> I want start the guest with a ip=192.168.122.22 how could I modify the xml ? Lei
4431
Age (days ago)
4431
Last active (days ago)
0 comments
1 participants
participants (1)
-
lei yang