WebOfTrust / vLEI

Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers)
Apache License 2.0
28 stars 12 forks source link

xbrl docker issue #37

Open m00sey opened 2 years ago

m00sey commented 2 years ago

when I run the first of the docker commands on my Windows machine, the process seems to stop before it completes. I ran it previously with only the 5923 package and got no further the same ‘running incept’ message.

Any thoughts on troubleshooting so I can move forward would be appreciated.

image001

pfeairheller commented 2 years ago

The image version that we currently support is 0.1.0. So in your start command change the image name to gleif/qvi:0.1.0.

However, if you are using the command line, an easy option is to use docker-compose with the following file:

https://github.com/GLEIF-IT/vLEI/blob/c68f3c3216777348e4a71fb92c7ff26b9ced070e/compose/docker-compose.yml

davidtauriello commented 2 years ago

Thanks, Philip - I got the command from the 02-02-2022 documentation. Your callout on the updated version enabled the sandbox to load on my desktop's browser.

@campbellpryde @marcward