英文:
How can I access camunda modeler in a docker container?
问题
我需要访问容器内的Camunda Modeler(桌面版)。Camunda在Docker Hub上提供的平台镜像没有这个模型工具。
我尝试创建桌面版Camunda Modeler的镜像,但构建失败。
英文:
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
答案1
得分: 0
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/.
- Camunda 8.1 self-managed modeler beta (for another 2-month enterprise only) is available as Docker Compose at https://docs.camunda.io/docs/next/self-managed/modeler/web-modeler/installation/.
- Camunda 8.2 self-managed modeler (to be released the second Tuesday of April).
- Camunda SaaS free trial or professional tier at https://accounts.cloud.camunda.io/signup.
- Use bpmn.io online or embed it in your own application at https://demo.bpmn.io/.
Hope one of those options does the trick for you.
英文:
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/.
- Camunda 8.1 self managed modeler beta (for another 2 month enterprise only) is availbe as docker compose https://docs.camunda.io/docs/next/self-managed/modeler/web-modeler/installation/
- Camunda 8.2 self managed modeler (to be released second Tue of April)
- Camunda SaaS free trial or professional tier https://accounts.cloud.camunda.io/signup
- use bpmni.io online or embedded in your own application https://demo.bpmn.io/
Hope one of those options does the trick for you.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论