Dockermox (Dockerproxmox) is a docker based solution to run Proxmox VE in a docker container inside linux hosts. With the support of also for arm64.
There is full support for LXC containers, Click here for more information.
As usual it is Docker, not a Proxmox VM.
Default username and password:
Username: root
Password: root
Before we can start, we need to verify that we can run it.
In order to verify, run the following command.
ls /dev/fuseIf the result is "/dev/fuse" then you can continue otherwise activate the fuse module in your kernel.
Dockermox can be ran by using this docker command
x86_64
docker run -itd --name proxmoxve --hostname pve -p 8006:8006 --privileged rtedpro/proxmox:9.1.5arm64 (Source: PXVIRT)
docker run -itd --name proxmoxve --hostname pve -p 8006:8006 --privileged rtedpro/proxmox:8.4.1-arm64WARNING No vmbr0 bridge is created by default, click here to set it up
Please create a issue and describe the issue you have.