Tag: container

How to run Julia on Jupyter in a LXD container

Julia is a computer language well-suited for scientists, engineers and students. I wrote the following introduction a couple of days ago. In this post we are going to see how to use Julia in the Jupyter interactive environment. This means that you run Julia commands in your browser and get the output in your browser. …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-run-julia-on-jupyter-in-a-lxd-container/

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 use LXD container hostnames on the host in Ubuntu 18.04

Update: 12 Oct 2018 – The systemd service file and the LXD lxdbr0 configuration have been updated according to the comment by mDfRgmd. Please check again and verify that you are using the updated version. If you have two LXD containers, mycontainer1 and mycontainer2, then you can reference each other with those handy *.lxd hostnames …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-use-lxd-container-hostnames-on-the-host-in-ubuntu-18-04/

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 set up LXD on Civo (new UK VPS provider)

Civo is a new UK company that offers virtual private servers (VPS). They are currently in beta, and I am testing here their management interface and the process of setting up LXD on Civo VPS. What differentiates greatly one VPS provider from another, is the Web management interface. And the CLI interface. Management interface Once …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-set-up-lxd-on-civo-new-uk-vps-provider/

How to use LXD instance types

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. When you launch a new LXD container, there is a parameter for an instance type. Here it is, $ …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-use-lxd-instance-types/