Docker
-
SSH to your docker host
-
Create a directory for XOA to store it’s data
Terminal window mkdir -p /opt/xoa -
Create the following file
/opt/xoa/docker-compose.yml
services:xen-orchestra:restart: alwaysimage: ronivay/xen-orchestra:5.129.0stop_grace_period: 1mports:- "8443:8443"environment:HTTPS_PORT: 8443REDIRECT_TO_HTTPS: true# Capabilities are needed for NFS/SMB mount# cap_add:# - SYS_ADMIN# - DAC_READ_SEARCHvolumes:- /opt/xoa/data:/var/lib/xo-server- /opt/xoa/redis:/var/lib/redishealthcheck:test: /healthcheck.shinterval: 10stimeout: 5sretries: 5start_period: 30s -
Run the following command
Terminal window docker-compose -f /opt/xoa/docker-compose.yml up -d -
Visit
https://<ip.of.your.docker.host>:8443
-
Follow the Quick Start guide