Verifying the Docker installation
Verify that Docker installed successfully.
To verify the installation, run the command:
docker ps -a
You will see the following containers if the installation is successful:
- hip-server - Tomcat container running the HIP server
- hip-client - Node.js container running the HIP client.
- hip-server-mongo - MongoDB container.
- hip-server-redis - Redis container.
Note: If you modified the environment variables, HIP_MONGODB_SERVER, or
HIP_REDIS_SERVER, the names of the two latter containers in the list above
will match whatever you name them.