...
Code Block | ||||
---|---|---|---|---|
| ||||
sudo docker build -t="opencds/cdatovmr" . sudo docker run -p 8080:8080 -p 2222:22 -p 4848:4848 -p 8181:8181 -p 9009:9009 --name cdatovmr -i -t opencds/cdatovmr |
Check
...
applications
By default the image includes the following four applications:
- Inference analyzer - http://locahost:8080/SimplePredicateReducerVisualizer-1.0-SNAPSHOT
- opencds service Predicate/Reducer - http://localhost:8080/opencds-decision-support-service-1.2.0-SNAPSHOT/evaluate?wsdl
- Predicate reducer Web service - http://localhost:8080/CdaService/Evaluate?wsdl
- Predicate reducer web application - http://localhost:8080/cda-ws-web/
...