Closed maxt closed 6 years ago
Hi @maxt
the log line INFO:root:{'qe': '/home/julia/./qe'}
tells us that the project /home/julia/qe/docker-compose.yml
has been found.
You should see a "qe" entry on the left column. If not, could you please share the output of http://localhost:8080/api/v1/projects ? thanks.
docker exception: 400 Client Error: Bad Request ("client is newer than server (client API version: 1.25, server API version: 1.24)")
Got it. I'm trying to update my docker installation right now.
Works perfectly well after update. Thank you!
Hello! I tried to use it on RHEL 7.4 and it doesn't work. It runs without any errors but I can't see my project. Configuration the same as I have on my SLES machine, hovewer I modified run command to avoid problems with selinux. Here is my modified run command which I put inside docker-compose-ui.sh:
docker run -d --name docker-compose-ui -v $(pwd):$(pwd):Z -w $(dirname $(pwd)) -p 8080:5000 -v /var/run/docker.sock:/var/run/docker.sock:Z afx.artapp/docker-compose-ui:latest
`