-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Hi,
I'm testing ACE on a CentOS7 VM hosted on ESXi. I deployed ACE with the following process:
- Install docker and necessary dependencies with yum install
- Install docker-compose and run docker
- Install nginx
- Install ACE:

- In ace.env: change WEBSERVER_IP with the ip of my CentOS VM
- ./start.sh
I've encountered a connection problem when trying to access ACE web interface from my windows PC which is in the same subnetwork with CentOS. By browsering to https://IP_OF_CentOS, I'm getting the error 113: no route to host in "docker-compose logs".
I've added a firewall rule in CentOS "

", bus it wasn't of help.
Another issue I found is that line 203 in start.sh (docker-compose build) is not building dockerfiles in containers, for example it cannot copy nginx.conf to the nginx directory as supposed. A not-so-good solution I found is to launch docker build for every dockerfile. I believe it is a issue of docker itself, please refer to: docker/compose#3148
Please tell me if I've missed some important deploying step, because there are things that I'm not sure about, such as the right WEBSERVICE_IP and the subnet docker0.
Thanks in advance,