What is the difference between Ubuntu Server and Ubuntu Cloud under LXC?

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.

3

1 Answer

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like