mirror of
https://github.com/dockur/proxmox.git
synced 2026-07-27 16:54:51 +07:00
00c1622fcf1c609f7b5ffedbf8946f49d645f44c
Proxmox
Proxmox inside a Docker container.
Features ✨
- Fast virtual machines
- Isolated LXC containers
- Web-based management interface
Usage 🐳
Via Docker Compose:
services:
proxmox:
hostname: proxmox
image: dockurr/proxmox
container_name: proxmox
ports:
- 8006:8006
restart: always
privileged: true
stop_grace_period: 1m
Via Docker CLI:
docker run -it --rm --name proxmox --hostname proxmox -p 8006:8006 --privileged --stop-timeout 60 docker.io/dockurr/proxmox
Via Github Codespaces:
FAQ 💬
How do I use it?
Very simple! These are the steps:
-
Start the container and connect to port 8006 using your web browser.
-
Login using the username
rootand default passwordroot -
Change the login details to something more secure
Enjoy your time with your brand new Proxmox installation, and don't forget to star this repo!
Acknowledgements 🙏
Special thanks to rtedpro-cpu, this project would not exist without his invaluable work.
Stars 🌟
Description
Languages
Shell
84.4%
Dockerfile
15.6%
