In this post we see how to get different types of network-isolated containers in LXD. Even if you are not interested in such things, doing this tutorial will help you understand better LXD proxy devices. LXD container with no networking To get a LXD container without networking, you omit the networking configuration in the profile …
Tag: go
Permanent link to this article: https://blog.simos.info/a-network-isolated-container-in-lxd/
Feb 09 2018
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 …
Permanent link to this article: https://blog.simos.info/how-to-develop-the-lxd-hypervisor-part-2-using-multipass-kvm-vm/
Feb 02 2018
Installing the Go programming language in Ubuntu
Go is a programming language and is available in most Linux distributions. Sometime Go is preinstalled, other times we need to install ourselves, or we need to update the existing version to a newer version. Go in Ubuntu 16.04 Ubuntu 16.04 comes with Go version 1.6. The package name is golang (same as their website …
Permanent link to this article: https://blog.simos.info/installing-the-go-programming-language-in-ubuntu/
Feb 01 2018
How to develop the LXD hypervisor – Part #1 (client side lxc)
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 see how to help develop the LXD hypervisor. That is, learn how to compile the …
Permanent link to this article: https://blog.simos.info/how-to-develop-the-lxd-hypervisor-part-1-client-side-lxc/
Feb 27 2017
How to make a snap package for lolcat with snapcraft on Ubuntu
In this post we are going to see how to make snap installation packages for a program called lolcat. What you need for this tutorial? This tutorial is similar to Snap a python application. If you first follow that tutorial, then this one will reinforce what you have learned and expand to dealing with more …
Permanent link to this article: https://blog.simos.info/how-to-make-a-snap-package-for-lolcat-with-snapcraft-on-ubuntu/
Recent Comments