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 our team. We will be in touch shortly.Close

Blog posts tagged
"containers"


Samuel Cozannet
7 March 2017

GPUs and Kubernetes for deep learning — Part 2/3: Adding storage

Cloud and server Article

Earlier this week we built a GPU cluster and installed Kubernetes so that we can do some advanced data processing. What is the thing you need next right after you have GPUs? Data. Data. and Data. And technically, if you looked at any of the tutorials for Tensorflow or the recent PaddlePaddle blog posts, you’ll ...


Stéphane Graber
6 March 2017

Run your own LXD demo server

Cloud and server Article

The LXD demo serverThe LXD demo server is the service behind https://linuxcontainers.org/lxd/try-it.We use it to showcase LXD by leading visitors through an interactive tour of LXD’s features.Rather than use some javascript simulation of LXD and its client tool, we give our visitors a real root shell using a LXD container with nesting ena ...


James Donner
3 March 2017

Cloud Chatter: February 2017

Cloud and server Article

Our February edition is packed with great content! We kick off with explaining why software-defined everything matters and give you a recap of Mobile World Congress. Download our latest whitepaper on containers, or join our upcoming webinars on OpenStack, Containers and MAAS. We’ve also included a fantastic host of tutorials for getting s ...


Canonical
2 March 2017

Mobile World Congress 2017: day four recap

Cloud and server Article

Today was the final day for Mobile World Congress 2017.  It has been a long, hectic, but exciting week. For starters, we had a record number of visitors to Canonical’s Ubuntu booth. The mixture was consumer targeting businesses looking for device updates, IoT advances, and innovation around artificial intelligence (AI) and augmented reali ...


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 ...


Dustin Kirkland
24 February 2017

Dustin Kirkland: The questions that you’re afraid to ask about containers

Cloud and server Article

Yesterday, I delivered a talk to a lively audience at ContainerWorld in Santa Clara, California.If I measured “the most interesting slides” by counting “the number of people who took a picture of the slide”, then by far “the most interesting slides” ar ...


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 → ...