https://github.com/fluencelabs/nox-distro
The distributive and packaging of the Fluence node
https://github.com/fluencelabs/nox-distro
distributed docker fluence node p2p
Last synced: 12 months ago
JSON representation
The distributive and packaging of the Fluence node
- Host: GitHub
- URL: https://github.com/fluencelabs/nox-distro
- Owner: fluencelabs
- License: apache-2.0
- Archived: true
- Created: 2021-06-21T13:37:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T14:38:25.000Z (over 2 years ago)
- Last Synced: 2025-06-09T23:10:07.421Z (about 1 year ago)
- Topics: distributed, docker, fluence, node, p2p
- Language: Dockerfile
- Homepage:
- Size: 381 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Nox Distro
The distributive and packaging of the [nox](https://github.com/fluencelabs/nox).
## Installation and usage
```bash
docker run -d --name nox -e RUST_LOG="info" -p 7777:7777 -p 9999:9999 fluencelabs/nox:latest --local
```
To get a list of commands that can be passed to nox run:
```bash
docker run --rm --name nox fluencelabs/nox:latest --help
```
See deployment instructions and tips at
[deploy](https://github.com/fluencelabs/nox-distro/tree/master/deploy).
## Documentation
- Rust peer distro
[image flavours](https://github.com/fluencelabs/nox-distro/tree/master/docs/flavours.md)
- [Builtin services](https://github.com/fluencelabs/nox-distro/tree/master/docs/builtins.md)
Comprehensive documentation on everything related to Fluence can be found
[here](https://fluence.dev/). Check also our
[YouTube channel](https://www.youtube.com/@fluencelabs).
## Support
Please, file an [issue](https://github.com/fluencelabs/nox-distro/issues) if you
find a bug. You can also contact us at
[Discord](https://discord.com/invite/5qSnPZKh7u) or
[Telegram](https://t.me/fluence_project). We will do our best to resolve the
issue ASAP.
## Contributing
Any interested person is welcome to contribute to the project. Please, make sure
you read and follow some basic
[rules](https://github.com/fluencelabs/nox-distro/tree/master/CONTRIBUTING.md).
The Contributor License Agreement can be found
[here](https://github.com/fluencelabs/nox-distro/tree/master/FluenceCLA).
## License
All software code is copyright (c) Fluence Labs, Inc. under the
[Apache-2.0](https://github.com/fluencelabs/nox-distro/tree/master/LICENSE)
license.