My ledger was started fine and I have created the DIDs as instructed.
When starting the org book, I got the following error:
$ seed=the_org_book_0000000000000000000 AUTO_REGISTER_DID=0 LEDGER_URL=not_used GENESIS_URL=http://${DHOST}:9000/genesis ./manage start
WARNING: The INDY_WALLET_DID variable is not set. Defaulting to a blank string.
Pulling tob-db (postgresql:)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
I looked into the docker-compose.yml, and changed image:postgresql to image:postgres
once I did that, the script was able to pull down the postgres image.
Then I hit the next error:
===============================================================
$ seed=the_org_book_0000000000000000000 AUTO_REGISTER_DID=0 LEDGER_URL=not_used GENESIS_URL=http://${DHOST}:9000/genesis ./manage start
WARNING: The INDY_WALLET_DID variable is not set. Defaulting to a blank string.
Pulling schema-spy (schema-spy:)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
I searched the docker repository and found a docker image called: iwinoto/schema-spy
At this point I am not sure if I should try to use that image instead.
I figure I should post an issue to make sure I am on the right path.
My ledger was started fine and I have created the DIDs as instructed.
When starting the org book, I got the following error:
$ seed=the_org_book_0000000000000000000 AUTO_REGISTER_DID=0 LEDGER_URL=not_used GENESIS_URL=http://${DHOST}:9000/genesis ./manage start WARNING: The INDY_WALLET_DID variable is not set. Defaulting to a blank string. Pulling tob-db (postgresql:)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
I looked into the docker-compose.yml, and changed image:postgresql to image:postgres once I did that, the script was able to pull down the postgres image.
Then I hit the next error:
=============================================================== $ seed=the_org_book_0000000000000000000 AUTO_REGISTER_DID=0 LEDGER_URL=not_used GENESIS_URL=http://${DHOST}:9000/genesis ./manage start WARNING: The INDY_WALLET_DID variable is not set. Defaulting to a blank string. Pulling schema-spy (schema-spy:)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
I searched the docker repository and found a docker image called: iwinoto/schema-spy
At this point I am not sure if I should try to use that image instead.
I figure I should post an issue to make sure I am on the right path.