The Using: docker --log-level error compose warning I get on every command, and haven't dug into it yet.
The showstopper error is the second one -- not sure how to fix that. I noted that the file doesn't exist, but copying create-wallet to create-wallet.run didn't work.
I'm on Docker version 23.0.1, build a5ee5b1 running on Ubuntu 20.04.
@swcurran, The linked PR should fix your issue. After applying the changes you may need to delete and then restore the cli-scripts folder in order for the gitattributes to apply the line ending changes.
I tried to run the Indy CLI steps, and ran into an error on the Create Wallet step:
The
Using: docker --log-level error compose
warning I get on every command, and haven't dug into it yet.The showstopper error is the second one -- not sure how to fix that. I noted that the file doesn't exist, but copying
create-wallet
tocreate-wallet.run
didn't work.I'm on
Docker version 23.0.1, build a5ee5b1
running on Ubuntu 20.04.