I need to access camunda modeler (desktop version) inside a container. The platform image provided by camunda on docker hub doesnt have the modeler.
I tried creating an image of the desktop camunda modeler but it didnt build
Running GUI applications in a container is rather uncommon. I would explore the alternatives below. However, if you are absolutely determined that this is what you need to do, I would look at articles like https://www.howtogeek.com/devops/how-to-run-gui-applications-in-a-docker-container/.
Hope one of those options does the trick for you.