Proxmox LXC container docker not working

On a Proxmox server, LXC container failed to run docker. When I start a docker container, I get the following errors. root@erpdo:~# docker run hello-world Unable to find image ‘hello-world:latest’ locally latest: Pulling from library/hello-world 2db29710123e: Pull complete Digest: sha256:2498fce14358aa50ead0cc6c19990fc6ff866ce72aeb5546e1d59caac3d0d60f Status: Downloaded newer image for hello-world:latest docker: Error response from daemon: failed to create shim: … Read more

Proxmox take snapshot of Virtual Machine

proxmox snapshot

To take snapshot of virtual machine in proxmox, click on Virtual Machine, under Snapshots, clikc “Take Snapshot” button. To create snapshot through command line, login to Proxmox server as user root, then run qm snapshot VMID nameOfSnapShot nameOfSnapShot = no space or special chars allowed. Sould start/end with alphabet (numbers should NOT be used at … Read more

proxmox config files

To find versions of proxmox packages pveversion -v Storage Config root@server70:~# cat /etc/pve/storage.cfg lvm: local_lvm vgname pve content images dir: local path /var/lib/vz content iso,rootdir,vztmpl,images maxfiles 0 root@server70:~# qemu config Config for KVM VMs stored in folder /etc/pve/nodes/HOSTNAME/qemu-server Example root@server70:~# cat /etc/pve/nodes/server70/qemu-server/100.conf boot: c bootdisk: virtio0 cores: 6 ide2: none,media=cdrom memory: 32768 name: vm701.hosthat.com net0: … Read more

Add ISO Images to Proxmox

proxmox 6

To add ISO images to proxmox server, login to server as user root, then go to folder “/var/lib/vz/template/iso”. You can download ISO for operating system you need to this folder. cd /var/lib/vz/template/iso For Debian 10 wget https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.5.0-amd64-netinst.iso For Debian 9 wget https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.4.0-amd64-netinst.iso For Fedora 28 wget https://download.fedoraproject.org/pub/fedora/linux/releases/28/Server/x86_64/iso/Fedora-Server-dvd-x86_64-28-1.1.iso See proxmox

How to download Proxmox Container Templates (CT)

Proxmox CT Templates

Proxmox allows you to create fully virtualized virtual machines and Linux Containers. Linux Containers are lightweight, and share kernel used by the host server. Before you can create CT, you need to download templates. To list all available CT images, run pveam available Download a template To download a proxmox CT template, run pveam download … Read more

proxmox

Proxmox is a Virtualization software that allows you to run KVM virtual machines and LXC containers. Once installed, you will be able to access proxmox on port 8006. Some commands General KVM Containers (LXC)