Verifying the Docker evaluation setup
Verify the Docker evaluation setup.
About this task
The PingIntelligence products are installed in the /opt/pingidentity
directory within the Docker container.
To verify the setup:
Steps
-
List all the containers with the
docker ps
command. -
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
-
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.
-
To check the log of any service, run the following command:
#docker service logs <service name>
Example:
The following example shows what this command might look like in your system:
# docker service logs pingidentity_ase