Skip to content

rtedpro-cpu/dockermox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Overview

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.

Screenshot of dockermox Screenshot of dockermox As usual it is Docker, not a Proxmox VM. Screenshot of dockermox Default username and password:

Username: root

Password: root

Getting Started

Before we can start, we need to verify that we can run it.

In order to verify, run the following command.

ls /dev/fuse

If 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.5

arm64 (Source: PXVIRT)

docker run -itd --name proxmoxve --hostname pve -p 8006:8006 --privileged rtedpro/proxmox:8.4.1-arm64

WARNING No vmbr0 bridge is created by default, click here to set it up

Troubleshooting

Please create a issue and describe the issue you have.

About

Run Proxmox VE in a docker container

Resources

License

Stars

Watchers

Forks

Contributors