The PingIntelligence products are installed in the /opt/pingidentity directory within the Docker container.

To verify the setup:

  1. List all the containers with the docker ps command.
  2. To get console access for any of the Docker containers, fetch the Container ID of the Docker container using the docker ps command output and use it in the following command:
    #docker exec -it <docker-container-id> /bin/bash
  3. To get the service names of the containers, run the following command:
    #docker service ls

    The service name is the second column in the output.

  4. To check the log of any service, run the following command:
    #docker service logs <service name>

    The following example shows what this command might look like in your system:

    # docker service logs pingidentity_ase