Spectrum Docker installation fails
book
Article ID: 145670
calendar_today
Updated On:
Products
CA Spectrum
CA eHealth
Issue/Introduction
Errors are seen about not using an IP and must use hostname.
When hostname is used it cannot communicate with that hostname.
Resolution
Missing the correct parameter syntax as there is two that can be used.
docker run -e LANDSCAPE_HANDLE=64 -e ROOT_PASSWORD=123_abc_ -e MAIN_LOCATION_SERVER_IP=<IP> -e TOMCAT_PORT=8080 -p 9090:8080 -it <container id>
Rather than MAIN_LOCATION_SERVER in the command.
Feedback
thumb_up
Yes
thumb_down
No