Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo docker run -d --name opencds opencds/opencds:ubuntu
Run

...

 docker inspect opencds | grep IPAddress command in order to find the URL assigned to the opencds container.  In the following example the URL assigned was 172.17.0.6
Code Block
languagebash
sudo docker inspect opencds | grep IPAddress
        "IPAddress": "172.17.0.6",
        "SecondaryIPAddresses": null,

...

SOAP response

 

 

Conclusion 

 


 

 

sudo docker inspect opencds | grep IPAddress