mirror of
https://github.com/fluencelabs/node-distro
synced 2025-06-02 01:21:23 +00:00
* Isolate stage, testnet and krasnodar * Use one node as bootstrap * Fix json format * Setup ssh-agent inside deploy container Workaround for `Needed to prompt for a connection or sudo password, but input would be ambiguous in parallel mode` * Add private key of any format * Cleanup * List available command by default when no CMD provided * explain --list Co-authored-by: folex <0xdxdy@gmail.com>
node-distro
The distributive and packaging of the Fluence node.
Currently provides Network Dashboard as a side-car.
How to run
Copy docker-compose.yml
locally and run
docker-compose up -d
That will run 2 containers: local Fluence node and Network Dashboard connected to it.
How to open dashboard
Open http://localhost:8080 in your browser
Description
Languages
Dockerfile
69%
Shell
31%