4

I want to set up Ubuntu LXC containers. Is there a practical difference between the /usr/share/lxc/templates/lxc-ubuntu and /usr/share/lxc/templates/lxc-ubuntu-cloud?

I only have a single physical server running 12.04.

jobin
  • 27,708
user1481
  • 141

1 Answers1

3

Ubuntu template - uses debootstrap to create the new container and hence downloads and installs .deb packages to create the initial chroot.

Ubuntu-Cloud template - downloads preinstalled cloud image and unpacks it.

Ubuntu template is closer to a standard ubuntu-server installation. The cloud images have smaller footprint than ubuntu-server installtion and has hooks to launch it with cloud-init and juju.

Dima
  • 9,857