The docker deployment of thingworx is failing.
We are trying docker deployment of thingworx on the CentOS VM. We have followed the procedure as given in the documentation. On running the docker-compose command, the command is getting run successfully. But thingworx is not getting up. we checked the docker container status. The Thingworx container is exiting after running docker-compose command. Other containers i.e. ms-sql, mssql init, security-cli are in healthy state.
The logs for the thingworx container were checked. Logs say, "
"Merging reference conf with overrides
/docker-entrypoint.sh: line 65: /usr/local/bin/install-var-dirs.sh: Permission denied". This error was seen multiple times in the container logs. What is the root cause of this issue ? How to fix this and get thingworx running ?
Thanks.

