To create a Virtal Machine (VPS) on Virtualizor, you need OS Template. You can use pre-made … Download OS Templates VirtualizorRead more
Programming
Install Linux KVM on CentOS 7
Install kvm with yum install -y qemu-kvm Install libvirt, this is used to manage KVM virtual … Install Linux KVM on CentOS 7Read more
libvirt qemu unexpectedly closed the monitor Failed to create chardev
On CentOS 7 server, after installing KVM, i connected to server using Virt Manager. During VM … libvirt qemu unexpectedly closed the monitor Failed to create chardevRead more
How to connect to lxd container
lxd is an easy-to-use command-line interface for lxc (Linux container). In this blog post, I will … How to connect to lxd containerRead more
How to know you are inside a LXD container?
You have access to a virtual machine, you need to find out what virtualization technology it … How to know you are inside a LXD container?Read more
lxc storage list
To list Storage in LXD, use the command lxc storage list Example root@b24:~# lxc storage list … lxc storage listRead more
LXC container networking not working
On a Debian server, I installed lxc, but when I create a container, it is missing … LXC container networking not workingRead more
Where LXC Container files are stored?
LXC containers are stored in folder /var/lib/lxc Each container have a folder, which contains /var/lib/lxc/VM_NAME_HERE/config = … Where LXC Container files are stored?Read more
Static IP for CentOS LXC container
LXC containers get dynamic IP from DHCP. When you stop and start a container, its IP … Static IP for CentOS LXC containerRead more
Migrate physical server to LXD container
lxd-p2c is developed by LXD team to migrate physical servers into LXD containers. https://github.com/lxc/lxd/tree/master/lxd-p2c Static binary … Migrate physical server to LXD containerRead more