hyperledger-archives/sawtooth-core

Problem with building

Ransqi opened this issue · 1 comments

When I ran the script docker-compose -f docker/compose/sawtooth-build.yaml up, I got:

WARNING: The ISOLATION_ID variable is not set. Defaulting to a blank string.
ERROR: no such image: sawtooth-validator-local:: invalid reference format

How to deal with it?

You can define the ISOLATION_ID variable in your .env file and use the “--env-file” option in order to pass the config in your docker-compose images. You can also use this .env file.