Created
June 20, 2020 11:15
-
-
Save morteza-mori/b98a879b4a1064bfa45b486c5a615b4b to your computer and use it in GitHub Desktop.
docker-camunda-bpm-platform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install docker | |
docker pull camunda/camunda-bpm-platform:latest | |
docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:latest | |
make new network docker vm = 192.168.56.3(host only) | |
<script> | |
root@docker:~# docker container ls | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
7cdc7a4123b7 camunda/camunda-bpm-platform:latest "/sbin/tini -- ./cam…" 14 minutes ago Up 8 minutes 8000/tcp, 9404/tcp, 0.0.0.0:8080->8080/tcp camunda | |
root@docker:~# docker start 7cdc7a4123b7257e83c8be3e3d9d67ececf2ed8f865289286449c978b800b1fc | |
in my browser: | |
http://192.168.56.2:8080/camunda-welcome/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment