Comment 20 for bug 1515463

Revision history for this message
Brad Marshall (brad-marshall) wrote :

This does indeed appear to work correctly, I've deployed a container using juju:

ubuntu@apollo:~$ dpkg-query -W lxc
lxc 1.0.8-0ubuntu0.3

ubuntu@apollo:~$ sudo lxc-ls --fancy
NAME STATE IPV4 IPV6 AUTOSTART
------------------------------------------------------------------
juju-machine-0-lxc-0 RUNNING x.y.z.171 - YES
juju-trusty-lxc-template STOPPED - - NO

ubuntu@apollo:~$ sudo lxc-attach -n juju-machine-0-lxc-0
root@juju-machine-0-lxc-0:~#

Thanks!