Skip to content

aguslr/docker-xen-orchestra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-pulls image-size

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.

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
    

About

Set up Xen Orchestra to manage XCP-ng hosts

Topics

Resources

License

Stars

Watchers

Forks