Xen Orchestra Docker Image

Docker config to setup XO which is a web interface to visualize and administrate your XenServer (or XAPI enabled) hosts

Github: sammcj/docker-xen-orchestra

Updates are pushed to the Docker Hub’s automated build service:

docker pull sammcj/docker-xen-orchestra
docker run -d -p 8000:80 sammcj/docker-xen-orchestra
git clone https://github.com/sammcj/docker-xen-orchestra.git
cd docker-xen-orchestra
# Edit whatever config you want to change
docker build -t xen-orchestra .

See https://xen-orchestra.com for information on Xen Orchestra

Related Content