I am trying to run a private tangle on my computer through linux docker containers. Therefore I followed the guide over at https://wiki.iota.org/chrysalis-docs/tutorials/one_click_private_tangle Every step succeeded up until we tried to execute
./private_tangle.sh install
This reports
Error 1
as seen in the screenshot below:
We do net get any further information, is anyone familiar with this error, or has any clue how to get some more information on the error so that we can at least have a clue where to look?
Some further information:
- After executing
docker ps -a
we see that not a single container is running. - I am running on a windows 10 machine
- I execute the commands from within ubuntu (version 20.04)
- Ubuntu, docker-desktop and docker-desktop-data are all running WSL2
- Docker integration with ubuntu is activated
- I thought the error could maybe come from no hornet node initially being installed, so I installed a hornet node successfully, according the guide that https://wiki.iota.org/chrysalis-docs/tutorials/one_click_private_tangle. This changed nothing to the Error.
- The version of docker and docker-compose are compliant with the requirements
If any more details are needed to help me solve this problem, please let me know.