IBM-Blockchain-Identity / indy-ssivc-tutorial

A turnkey, Docker-based tutorial for help developers get acquainted with Self-Sovereign Identity and Verifiable Credentials.
Apache License 2.0
80 stars 73 forks source link

Update the manage scripts to use platform independent docker host sni… #12

Open swcurran opened 6 years ago

swcurran commented 6 years ago

…ffer

Signed-off-by: Stephen Curran swcurran@gmail.com

swcurran commented 6 years ago

The current approach for determining the DOCKERHOST does not work on Windows. This approach is platform independent.

brycecurtis commented 6 years ago

@swcurran Have you tested on OSX? It doesn't seem to return a valid ip address for me.

swcurran commented 6 years ago

@brycecurtis - yes, we use that approach on all platforms. It's why we use it. Here is an article that explains the approach:

https://che.eclipse.org/discovering-dockers-ip-address-2bb524b0cb28

Did you try the manage scripts?