Hi everyone, I looked into running Karaf on Docker and I feel like I was able to figure that out.
I can't seem to get Unomi running though so I was hoping someone here might be able to help me out. I'm having two problems. First, I can't seem to get Unomi to start. I have a start_with_ip.sh entry point script which I thought would start up Unomi but it seems it's not working. Second, when I manually start Unomi, it can't connect to Elasticsearch. I'm using docker compose to run a Unomi and Elasticsearch container so my second problem might be docker related. Repo with the code I'm working on here: https://github.com/mikeghen/unomi-docker I've put the code into a repo, once I get it working I think it will be a good resource to add. It's basically a requirement for any system we want to use that it can be run on Kubernetes so getting this setup in docker will help me get Unomi in production. Please, let me know what you think. I'm not sure what else to try to get it running.