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

Blog posts tagged
"LXD"


Cezzaine Zaher
27 February 2017

The no-nonsense way to accelerate your business with containers

Cloud and server White paper

Container technology has brought about a step-change in virtualisation technology. Organisations implementing containers see considerable opportunities to improve agility, efficiency, speed, and manageability within their IT environments. Containers promise to improve datacenter efficiency and performance without having to make additional ...


Stéphane Graber
27 February 2017

LXD client on Windows and macOS

Cloud and server Article

LXD on other operating systems? While LXD and especially its API have been designed in a mostly OS-agnostic way, the only OS supported for the daemon right now is Linux (and a rather recent Linux at that). However since all … Continue reading → ...


Stéphane Graber
27 February 2017

LXD 2.0: Debugging and contributing to LXD [12/12]

Cloud and server Article

This is the twelfth and last blog post in this series about LXD 2.0. Introduction This is finally it! The last blog post in this series of 12 that started almost a year ago. If you followed the series from the beginning, … Continue reading → ...


Stéphane Graber
27 February 2017

Ubuntu Core in LXD containers

Cloud and server Article

What’s Ubuntu Core? Ubuntu Core is a version of Ubuntu that’s fully transactional and entirely based on snap packages. Most of the system is read-only. All installed applications come from snap packages and all updates are done using transactions. Meaning … Continue reading → ...


Dustin Kirkland
25 February 2017

HOWTO: Automatically import your public SSH keys into LXD Instances

Cloud and server Article

Just another reason why LXD is so awesome…You can easily configure your own cloud-init configuration into your LXD instance profile.In my case, I want cloud-init to automatically ssh-import-id kirkland, to fetch my keys from Launchpad.  Alternat ...


Stéphane Graber
22 February 2017

LXD on Debian (using snapd)

Cloud and server Article

Introduction So far all my blog posts about LXD have been assuming an Ubuntu host with LXD installed from packages, as a snap or from source. But LXD is perfectly happy to run on any Linux distribution which has the … Continue reading → ...


Stéphane Graber
20 February 2017

Running Kubernetes inside LXD

Cloud and server Article

Introduction For those who haven’t heard of Kubernetes before, it’s defined by the upstream project as: Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical … Continue reading → ...


Stéphane Graber
14 February 2017

Network management with LXD (2.3+)

Cloud and server Article

Introduction When LXD 2.0 shipped with Ubuntu 16.04, LXD networking was pretty simple. You could either use that “lxdbr0” bridge that “lxd init” would have you configure, provide your own or just use an existing physical interface for your containers. … Continue reading → ...


didrocks
18 January 2017

5 Cool things Canonical does with Go

Cloud and server Article

We had the recent news that Google’s Go was awarded programming language of 2016 by TIOBE! One of the main reasons for winning is the ease of learning and pragmatic nature. It’s less about theoretical nature and more about hands-on-experience, which is why more and more customers are adopting go in Industrial settings. At Canonical ...


Tom Callway
4 January 2017

Join our OpenStack and Containers Office Hours

Cloud and server Article

Sign-up for a 1 hour web session with an expert from Canonical Starting in 2017, we will be running a series of ‘Office Hours’ online sessions to help community members and customers deploy, manage and scale their Ubuntu-based cloud infrastructure. Upcoming sessions New sessions will be announced soon, stay tuned! What’s covered? These in ...


Canonical
8 December 2016

Mounting your home directory in LXD

Cloud and server Article

As of LXD stable 2.0.8 and feature release 2.6, LXD has support for various UID and GID map related manipulaions. A common question is: “How do I bind-mount my home directory into a container?” and before the answer was “well, it’s complicated but you can do it; it’s slightly less complicated if you do it ...


Stéphane Graber
7 December 2016

LXD 2.0: LXD and OpenStack [11/12]

Cloud and server Article

This is the eleventh blog post in this series about LXD 2.0. Introduction First of all, sorry for the delay. It took quite a long time before I finally managed to get all of this going. My first attempts were using devstack which ran into a number of issues that had to be resolved. Yet ...