[Bug 1264338] Re: could not route the host for container
Serge Hallyn
1264338 at bugs.launchpad.net
Fri Jan 3 22:12:58 UTC 2014
Note that switching to python3 and using the lxc api directly would be
a far better way to automate lxc usage.
#/usr/bin/python3
import lxc
c=lxc.Container("test")
c.create("ubuntu-cloud")
c.start(daemonize=True)
c.wait("RUNNING")
ips=c.get_ips()
print(ips[0])
c.stop()
c.destroy()
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1264338
Title:
could not route the host for container
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1264338/+subscriptions
More information about the Ubuntu-server-bugs
mailing list