-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: documentation
-
None
I have performed the following three steps:
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/
When I open the browser it requests that I login.
I have tried camunda:camunda based on https://app.camunda.com/jira/browse/CAM-3195 but that appears to be only for the OS.
I have tried a number of other possible defaults and not been able to figure out how to get past the initial login.
I am going to keep looking and try to see if the installation guides reference a default username and password but it would be really helpful if this was documented as a final step at the following two locations: https://registry.hub.docker.com/u/camunda/camunda-bpm-platform/ and https://github.com/camunda/camunda-bpm-platform (though I suspect these might actually be the same thing, not familiar enough with docker to know).