Tag: lxc

How to customize Incus containers with cloud-init

Incus is a manager for virtual machines and system containers. There is also an Incus support forum. A virtual machine (VM) is an instance of an operating system that runs on a computer, along with the main operating system. A virtual machine uses hardware virtualization features for the separation from the main operating system. With …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-customize-incus-containers-with-cloud-init/

How to run a Windows virtual machine on Incus on Linux

Incus is a manager for virtual machines and system containers. A virtual machine (VM) is an instance of an operating system that runs on a computer, along with the main operating system. A virtual machine uses hardware virtualization features for the separation from the main operating system. With virtual machines, the full operating system boots …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-run-a-windows-virtual-machine-on-incus-on-linux/

How to setup multiple WordPress sites in LXD containers

My article was recently published on Linode on how to setup many WordPress websites on a single server, and put each website inside LXD containers. By doing so, you can have greater density on your VPS and more value for money. Apart from that, it also has great educational value to go through all the …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-setup-multiple-wordpress-sites-in-lxd-containers/

How to compile lxd-p2c to migrate physical servers to LXD containers

The lxd-p2c utility helps you to migrate your physical servers to LXD containers. Dan Mac Donald wrote a tutorial with practical instructions on how to perform such a migration. There has been a recent discussion on compiling lxd-p2c and I am summarizing here. You would run lxd-p2c on a physical server that is to be …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-compile-lxd-p2c-to-migrate-physical-servers-to-lxd-containers/

How to run a Windows virtual machine on LXD on Linux

UPDATE 2024-02-01: This post is deprecated. Please read instead the fresh new tutorial, at Simos Xenitellisblog.simos.info/

Permanent link to this article: https://blog.simos.info/how-to-run-a-windows-virtual-machine-on-lxd-on-linux/

How to get LXD containers obtain IP from the LAN with ipvlan networking

You are using LXD containers and you want a container (or more) to use an IP address from the LAN (or, get an IP address just like the host does). LXD currently supports four ways to do that, and depending on your needs, you select the appropriate way. Using macvlan. See https://blog.simos.info/how-to-make-your-lxd-container-get-ip-addresses-from-your-lan/ Using bridged. See …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-get-lxd-containers-obtain-ip-from-the-lan-with-ipvlan-networking/