PingAuthorize

Verifying proper startup

The command shows the status of the containers started by the docker compose command. Each of the four containers should initially have a status of starting. All four containers should reach an equilibrium state of healthy.

Steps

  • To verify that both the PingAuthorize Server and the Policy Editor started properly and are running, run the following command:

    docker container ls --format '{{ .Names }}: {{ .Status }}'

    It could take up to 15 minutes for all four containers to reach this equilibrium state.

  • If you have any issues, check the log files using the docker compose logs command.