Tag: lxc

How to easily run graphics-accelerated GUI apps in LXD containers on your Ubuntu desktop

UPDATE June 2020: See newer post at https://blog.simos.info/running-x11-software-in-lxd-containers/ for simplified instructions. They require a recent LXD (version 4.0 or newer), and snap packages work. Note: This post is about LXD containers. These are system containers, which means they are similar to Docker but behave somewhat like virtual machines. When you start a LXD (lex-dee) container, …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-easily-run-graphics-accelerated-gui-apps-in-lxd-containers-on-your-ubuntu-desktop/

How to try LXD 3.0 beta

LXD is a container hypervisor/lighter-visor for Linux distributions. You kinda get the effect of a Linux virtual machine but using Linux containers instead. You can consider them as lightweight virtual machines. Currently, LXD is at version 2 (2.21) and soonish version 3.0 will be released. In this post we see how to get to try …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-try-lxd-3-0-beta/

How to repartition a Hetzner VPS disk for ZFS on its own partition for LXD

In that post, we saw how to set up LXD on a Hetzner VPS (Hetzner Cloud). The particular VPS comes with a fixed size partition, and we had to put the LXD containers in a loopback device file, not on its own partition. The reason is that once the VPS is booted up, you cannot …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-repartition-a-hetzner-vps-disk-for-zfs-on-its-own-partition-for-lxd/

How to run TeamViewer in LXD

TeamViewer is a popular remote desktop tool. It is the typical tool to use, in order to help remotely your colleagues that keep using Windows. You can install TeamViewer on Linux using these instructions on installing TeamViewer on Linux. In this post though, you will install TeamViewer in a LXD (pronounced LexDee) container on your …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-run-teamviewer-in-lxd/

How to use the X2Go remote desktop with LXD containers

I would like to thank Brian Mullan for sharing his notes on getting X2Go to work on LXD containers. Prior to this, I never used X2Go before. You would typically use LXD (pronounced LexDee) containers to run server software. However, you can also run GUI apps. If the LXD containers are located on your desktop …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-use-the-x2go-remote-desktop-with-lxd-containers/

How to develop the LXD hypervisor – Part #2 (using multipass/KVM VM)

Background: LXD is a hypervisor that manages machine containers on Linux distributions. You install LXD on your Linux distribution and then you can launch machine containers into your distribution running all sort of (other) Linux distributions. In this post we are having a closer look on how to help in the development of LXD. We …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-develop-the-lxd-hypervisor-part-2-using-multipass-kvm-vm/