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
Canonical is delighted to sponsor ContainerCon 2015, a Linux Foundation event in Seattle next week, August 17-19, 2015. It’s quite exciting to see the A-list of sponsors, many of them newcomers to this particular technology, teaming with energy around containers. From chroots to BSD Jails and Solaris Zones, the concepts behind containers ...
While some work remains to be done for ‘lxc publish’, the current support is sufficient to show a full cycle of image workload with lxd.Ubuntu wily comes with systemd by default. Sometimes you might need a wily container with upstart. And to repeatedly reproduce some tests on wily with upstart, you might want to create a container image ...
It’s all about containers. All attention is turning to new and innovative variants of this cloud development technology. From LXC and Docker to our recent introduction, LXD – all signs point to an explosion in appetite for for containers, and the many benefits they bring to developers. Containers are revolutionizing the way the enterprise ...
Canonical just announced a new, free, and very cool way to provide thousands of IP addresses to each of your VMs on AWS. Check out the fan networking on Ubuntu wiki page to get started, or read Dustin’s excellent fan walkthrough. Carry on here for a simple description of this happy little dose of awesome. ...
A thing of beautyIf you read my last post, perhaps you followed the embedded instructions and ran hundreds of LXD system containers on your own Ubuntu machine.Or perhaps you’re already a Docker enthusiast and your super savvy microservice architecture orchestrates dozens of applications among a pile of process containers.Either way, the m ...
Today, Canonical introduces the Fan overlay network system in Ubuntu in test images for Amazon Web Services and Google Compute Engine, delivering the fastest and most scalable address expansion mechanism in the container world. The Fan enables cloud users to grow the number of Docker and LXD containers they can address in a single cloud e ...
This year’s OpenStack Summit was the most successful yet; playing host to a record number of exhibitors who excited and inspired over 5,000 visiting delegates. During the course of the week, attendees were treated to a host of keynotes, breakout session and track day presentations; aimed to bring the latest news, views, innovation and opi ...
652 Linux containers running on a Laptop? Are you kidding me???A couple of weeks ago, at the OpenStack Summit in Vancouver, Canonical released the results of some scalability testing of Linux containers (LXC) managed by LXD.Ryan Harper and James Page presented their results — some 536 Linux containers on a very modest little Intel server ...
In part of my work for nova-compute-lxd, we use a combination of httplib, UNIX domain sockets, and JSON to talk to the LXD daemon via the REST API. Talking to various people involved in the LXD project, I have decided to split this part of nova-compute-lxd into its own project called pylxd. Pylxd is a ...
LXD achieves 14.5 times greater density than KVM LXD launches instances 94% faster than KVM LXD provides 57% less latency than KVM LXD is the container-based hypervisor lead by Canonical. Today, Canonical published benchmarks showing that LXD runs guest machines 14.5 times more densely and with 57% less latency than KVM. The container-bas ...
LXD is a lightweight container hypervisor for full system containers, unlike Docker and Rocket which is for application containers. This means that the container will look and feel like a regular VM – but will act like a container. LXD uses the same container technology found in the Linux kernel (cgroups, namespaces, LSM, etc). The ...
There has been a lot of interest on the various mailing lists as well as internally at Canonical about the state of migration in LXD, so I thought I’d write a bit about the current state of affairs. Migration in LXD today passes the “Doom demo” test, i.e. it works well enough to reproduce the ...