You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are interested in getting this working, have a look at the Dockerfile referenced in the link to see how the installation process (and repositories) have changed. Other references you can use are the Dockerfiles for the dev container and git pod environments (which are basically the same).
The error message mentions the line RUN apt-get update -y && apt-get install -y indy-node libindy. This line is most likely located in the Dockerfile used to build the indycore image. Make sure this Dockerfile is present in the expected location within the indy-node repository you cloned.
I am following the indy-node docker pool setup to create the network on my Ubuntu 20.04.5 LTS machine.
Following this document - doc link
I git cloned the indy-node repo and after cloning
I changed to the following directory - indy-node/environment/docker/pool
And then used the command -
./pool_start.sh 4 10.0.0.2,10.0.0.3,10.0.0.4,10.0.0.5 10 9701
Now facing the error while building indycore attached in below image
Help me out with any solution or any new latest documentation or setups to run a indy network in my ubuntu machine.
The text was updated successfully, but these errors were encountered: