Community Edition

The Community Edition docker images can be found on Github and Docker Hub.

Enterprise Edition

Since version 7.9 we offer to our customers a Docker image for the Enterprise edition of Camunda BPM platform.

These images are hosted on our dedicated Docker registry and are available to Enterprise customers only. You can browse the available images in our Docker registry after logging-in with your credentials.

Please note that these images are build using the same Dockerfile of the Community image, but including the Enterprise version of the platform. For this reason, the same documentation applies.

Make sure to log-in correctly before trying to pull the image:

  1. $ docker login registry.camunda.cloud
  2. Username: my.username
  3. Password:
  4. Login Succeeded
  5. $ docker pull registry.camunda.cloud/camunda-bpm-platform-ee:7.9.0
  6. 7.9.0: Pulling from camunda-bpm-platform-ee
  7. ff3a5c916c92: Already exists
  8. 5de5f69f42d7: Already exists
  9. fa7536dd895a: Pull complete
  10. 46ce7a9973c1: Pull complete
  11. 6fa1782e4a59: Pull complete
  12. fbf8f17dff48: Pull complete
  13. Digest: sha256:47598932a4aff210ce91819d3b75adbfde675017b13ce9881c9d7dca682fba96
  14. Status: Downloaded newer image for registry.camunda.cloud/camunda-bpm-platform-ee:7.9.0

原文: https://docs.camunda.org/manual/7.9/installation/docker/