Open alexbakers opened 2 years ago
It seems like node doesn't initialized correctly. Look at reference log output in Deploy A Local Node Tutorial and how it differ from yours.
Try to add --local
flag to docker run ...
command. It should help.
--local
did not work for me, but a
git clone https://github.com/fluencelabs/node-distro.git
cd node-distro
docker-compose -f local-network-compose.yml up -d
aqua remote list_modules --addr /ip4/127.0.0.1/tcp/9990/ws/p2p/12D3KooWHBG9oaVx4i3vi6c1rSBUm7MLBmyGmmbHoZ23pmjDCnvK
did.
Interesting enough, the stack defined in docker-compose.yml
did not work either (for other reasons: got timeout when running list_modules
). Might have something to do with the upstream network stability?)
Hello friends.
The container starts successfully, but for some reason I can't connect to it.