This Docker image sets up Xen Orchestra inside a docker container.
Xen Orchestra 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.
To use docker-xen-orchestra, follow these steps:
-
Clone and start the container:
docker run -p 8080:80 \ -v "${PWD}"/data:/var/lib/xo-server docker.io/aguslr/xen-orchestra:latest
-
Configure your Web browser to connect to your Xen Orchestra server's IP address on port
8080
.
Instead of pulling the image from a remote repository, you can build it locally:
-
Clone the repository:
git clone https://github.com/aguslr/docker-xen-orchestra.git
-
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