https://github.com/aguslr/docker-xen-orchestra
Set up Xen Orchestra to manage XCP-ng hosts
https://github.com/aguslr/docker-xen-orchestra
docker docker-compose podman xcp-ng xen xen-orchestra xenorchestra xo
Last synced: about 2 months ago
JSON representation
Set up Xen Orchestra to manage XCP-ng hosts
- Host: GitHub
- URL: https://github.com/aguslr/docker-xen-orchestra
- Owner: aguslr
- License: gpl-3.0
- Created: 2025-05-23T11:38:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-17T17:35:57.000Z (4 months ago)
- Last Synced: 2026-02-17T22:34:44.436Z (4 months ago)
- Topics: docker, docker-compose, podman, xcp-ng, xen, xen-orchestra, xenorchestra, xo
- Language: Dockerfile
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[aguslr/docker-xen-orchestra][1]
================================
[](https://hub.docker.com/r/aguslr/xen-orchestra) [](https://hub.docker.com/r/aguslr/xen-orchestra)
This *Docker* image sets up *Xen Orchestra* inside a docker container.
> **[Xen Orchestra][2]** is designed to give you the tools you need to
> administrate your XCP-ng (or Citrix Hypervisor/XenServer) pools and enjoy a
> complete overview of your whole VMs infrastructure.
Installation
------------
To use *docker-xen-orchestra*, follow these steps:
1. Clone and start the container:
docker run -p 8080:80 \
-v "${PWD}"/data:/var/lib/xo-server docker.io/aguslr/xen-orchestra:latest
2. Configure your Web browser to connect to your *Xen Orchestra* server's IP
address on port `8080`.
Build locally
-------------
Instead of pulling the image from a remote repository, you can build it locally:
1. Clone the repository:
git clone https://github.com/aguslr/docker-xen-orchestra.git
2. Change into the newly created directory and use `docker-compose` to build and
launch the container:
cd docker-xen-orchestra && docker-compose up --build -d
[1]: https://github.com/aguslr/docker-xen-orchestra
[2]: https://docs.xen-orchestra.com/installation#from-the-sources