Skip to main content
  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


Canonical
20 March 2026

Canonical partners with Snyk for scanning chiseled Ubuntu containers

Canonical announcements Article

Canonical, the publisher of Ubuntu, is pleased to announce a new partnership with developer-focused cybersecurity company Snyk. Snyk Container, Snyk’s container security solution, now offers native support for scanning chiseled Ubuntu containers. This partnership will create a path to a more secure container ecosystem, where developers wi ...


Massimiliano Gori
31 March 2026

How to manage Ubuntu fleets using on-premises Active Directory and ADSys

Cloud and server Article

The “hybrid fleet” is today’s reality: organizations diversify operating systems while Microsoft Active Directory (AD) remains the dominant identity “source of truth.” IT administrators must ensure Linux machines, like Ubuntu desktops and servers, behave as first-class citizens in this environment. Efficient Linux management demands unifi ...


Massimiliano Gori
30 March 2026

How to Harden Ubuntu SSH: From static keys to cloud identity

Cloud and server Article

30 years after its introduction, Secure Shell (SSH) remains the ubiquitous gateway for administration, making it a primary target for brute force attacks and lateral movement within enterprise environments. For system administrators and security architects operating under the weight of regulatory frameworks like SOC2, HIPAA, and PCI-DSS, ...