Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

An error occurred while submitting your form. Please try again or file a bug report. Close

  1. Blog
  2. Article

Alex Cattle
on 18 July 2019

How to build a lightweight system container cluster


LXD, the system container manager, developed by Canonical and shipped by default with Ubuntu, makes it possible to create many containers of various Linux distributions and manage them in a way similar to virtual machines (VMs) but with lower overhead costs associated with them.

Unlike VMs, containers have the benefit of using a shared kernel such as; kernel security updates in Ubuntu, Livepatch support, minimal memory footprint, ease of sharing resources and an extremely low CPU usage/wakeups at idle.

This whitepaper explores the use of LXD containers as part of a team development environment, effectively setting up a shared lab on physical hardware or in the cloud.

You will learn how working in this environment:

  • Reduces the time spent by team members getting a functional work environment
  • Makes it easy to collaborate with colleagues, accessing their containers if needed
  • Makes it possible to access the work environment of team members who are on leave
  • Better use and control of resources by using shared systems
  • Easy to implement snapshots and backups, huge time savers when a mistake happens

To view the whitepaper, complete the below form:

Related posts


Massimiliano Gori
2 July 2025

Source to production: Spring Boot containers made easy

Cloud and server Article

This blog is contributed by Pushkar Kulkarni, a Software Engineer at Canonical. Building on the rise in popularity of Spring Boot and the 12 factor paradigm, our Java offering also includes a way to package Spring workloads in production grade, minimal, well organized containers with a single command. This way, any developer can generate ...


Massimiliano Gori
2 July 2025

Spring support available on Ubuntu

Cloud and server Article

This blog is contributed by Vladimir Petko, a Software Engineer at Canonical. The release of Plucky Puffin earlier this year introduced the availability of the devpack for Spring, a new snap that streamlines the setup of developer environments for Spring on Ubuntu. In this blog, we’ll explain what devpacks are and provide an overview of ...


Canonical
1 July 2025

Chiseled Ubuntu containers for OpenJRE 8, 17 and 21

Cloud and server Article

Today we are announcing chiseled containers for OpenJRE 8, 17 and 21 (Open Java Runtime Environment), coming from the OpenJDK project. These images are highly optimized for size and security, containing only the dependencies that are strictly necessary. They are available for both AMD64 and ARM64 architectures and benefit from 12 years of ...