I was looking for the simplest way to test flowable, and the all-in-one iamge sounded best although it seems its 3 years old: Docker Hub with the instruction:
docker run -p 8080:8080 flowable/all-in-one
Unfortunately all that gives is the default tomcat starting page:
There are no errors I can see in the logs, but the result is: “HTTP Status 404 - Not Found”
Can someone point me towards some instructions or give me some tips how to pull up flowable for testing it please? I’m intending flowable to run on a docker host and access it from my local workstation via browser so not from the same machine it rusn on.
Thanks, I’ll give that a try. It says “Part of the Flowable eco system.” would you kindly point me towards where I find the other parts of this eco system?
Is this the only other part of this eco system: Docker Hub ?
I need to figure out which parts there are and which parts I need. All the links on the .org site I tried following to figure this out point to the .com domain. Not sure those two carry info about the same “parts” of flowable.
Thanks for pointing out that some info is currently missing in the documentation. This was caused due to a recent restructuring of the docs. We will improve this in the near future.
In the meantime you can have a look here. Some docker compose examples with different configurations can be found here.
This in addition to the DockerHub pages that Joram pointed out.
I hope this helps.
Regards,
Yvo
ps. I see you found these docker compose configs already. Did starting with f.e. docker-compose -f ui-postgres.yml up -d not work for you?
Did you make sure no containers were already running?
Can you share the logs of that command?
Perfect, it is up and running, now I can properly test it, thanks for helping me out!
Also, it looks like this is all I need, I see 4 parts of the eco system so I guess this is it.