Introducing our new CEO Don Johnson - Read More

camunda/camunda-bpm-platform

Verified Publisher

By camunda services GmbH

Updated 1 day ago

Docker images for the Camunda Platform 7 Community Edition.

Image
Integration & Delivery
Monitoring & Observability
Security
138

50M+

Camunda Platform 7 Docker Images

This repository provides Docker images of the Camunda Platform 7 Community Edition. You can use these images to demonstrate and test Camunda Platform 7, or extend them with your own process applications. If you want to run a Docker container with the Enterprise Edition, please see our documentation.

Status Status

Get started

To start the latest release:

docker pull camunda/camunda-bpm-platform:latest
docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:latest
# open browser with url: http://localhost:8080/camunda-welcome/index.html

License

Camunda Platform 7 Community Edition is licensed under the Apache 2.0 License. Third-party libraries or application servers included are distributed under their respective licenses (view third-party notices).

Further Information

Please see the README at GitHub.

Docker Pull Command

docker pull camunda/camunda-bpm-platform