Skip to content

Commit 6e2ec52

Browse files
updated from docker-builds
1 parent a70301d commit 6e2ec52

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/docker-images/pingdataconsole/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This docker image provides a tomcat image with the PingDataConsole
99
deployed to be used in configuration of the PingData products.
1010

1111
## Related Docker Images
12+
- `tomcat:9-jre17` - Tomcat engine to serve PingDataConsole .war file (PingDataConsole 10.2.x and older)
1213
- `tomcat:11-jre17` - Tomcat engine to serve PingDataConsole .war file
1314

1415
## Environment Variables
@@ -29,6 +30,8 @@ this image.
2930
| STARTUP_FOREGROUND_OPTS | run | The command-line options to provide to the the startup command when the container starts with the server in the foreground. This is the normal start flow for the container |
3031
| STARTUP_BACKGROUND_OPTS | start | The command-line options to provide to the the startup command when the container starts with the server in the background. This is the debug start flow for the container |
3132
| TAIL_LOG_FILES | ${SERVER_ROOT_DIR}/logs/console.log | Files tailed once container has started |
33+
| BRANDING_APP_NAME | PingDirectory Admin Console | Sets the name of the application, which appears on the Sign On page and the product banner |
34+
| SYSTEM_READ_ONLY | false | When true, puts the console in read-only mode. The user will not be able to modify the server's configuration or schema, regardless of which account was used to sign in |
3235

3336
## Run
3437
To run a PingDataConsole container:
@@ -53,13 +56,15 @@ docker logs -f pingdataconsole
5356
```
5457

5558
If using the command above with the embedded [server profile](https://devops.pingidentity.com/reference/config/), log in with:
56-
* http://localhost:${HTTPS_PORT}/console/login
59+
* http://localhost:${HTTPS_PORT}/console/login (for versions prior to 11.0.x)
60+
or
61+
* https://localhost:${HTTPS_PORT}/console (for versions 11.0.x and newer)
5762
```
5863
Server: pingdirectory:1636
5964
Username: administrator
6065
Password: 2FederateM0re
6166
```
62-
> make sure you have a PingDirectory running
67+
> make sure you have an accessible PingDirectory running
6368
6469
## Docker Container Hook Scripts
6570

0 commit comments

Comments
 (0)