...
Alternatively you can run container using other port (e.g. alpine based latest image on port 8081 - URL to connect will be http://localhost:8081/ ) :
Code Block | ||
---|---|---|
| ||
$ docker run -p 8081:8080 --name midpoint evolveum/midpoint:latest-alpine |
...
Code Block | ||
---|---|---|
| ||
midpoint_server_1 | 2019-02-22 15:07:50,222 [] [main] INFO (org.springframework.boot.web.embedded.tomcat.TomcatWebServer): Tomcat started on port(s): 8080 (http) with context path '/midpoint' midpoint_server_1 | 2019-02-22 15:07:50,230 [] [main] INFO (com.evolveum.midpoint.web.boot.MidPointSpringApplication): Started MidPointSpringApplication in 74.425 seconds (JVM running for 77.109) |
Now you can log into midPoint
URL | username | password |
---|---|---|
http://localhost:8080/midpoint | administrator | 5ecr3t |
Configuring the container (general information)
...