Closed estefanogoncalves closed 2 years ago
Hi,
No you didn't do anything wrong. Looks like latest changes in XO repository require node.js version 16.x, which i should've done to the container already a while ago. Did this change now and should work again once new version of container is pushed to dockerhub.
Just do docker pull ronivay/xen-orchestra
and run again once this action has completed: https://github.com/ronivay/xen-orchestra-docker/actions/runs/2212138118
hmh arm64
is having some weirdness with python during the build. pushed amd64
arch one to dockerhub by hand now while i deal with it. the above pull/re-run should work for you now.
Hi!
Thank you. It’s working! 👏
I'm trying to start container but I get an error.
Docker command: docker run -itd --stop-timeout 60 --restart unless-stopped --cap-add sys_admin --security-opt apparmor:unconfined -p 60080:80 -v /docker-disks/xoa/xo-server:/var/lib/xo-server -v /docker-disks/xoa/redis:/var/lib/redis ronivay/xen-orchestra
Container log:
I did something wrong?