This script is designed to verify the network configuration and DNS resolution of services running in Docker containers specifically within an Islandora Isle-DC environment. It helps ensure that all microservices and components in the Isle-DC stack are correctly connected and communicating.
- Service Discovery: Automatically identifies services defined in your
docker-compose.yml
file for Isle-DC. - Network Validation: Checks if each Isle-DC service is connected to the correct Docker network.
- Ping Tests: Performs ping tests between all running Isle-DC services to verify inter-container communication.
- DNS Resolution: Ensures that DNS is properly configured and resolves between services in the Isle-DC environment.