mirror of
https://github.com/fluencelabs/node-distro
synced 2024-12-13 03:05:33 +00:00
11 lines
581 B
Markdown
11 lines
581 B
Markdown
|
# Running Rust Peer
|
||
|
|
||
|
Currently there is only one way to try out the Rust peer. It is by running it with [docker-compose](docker-compose/). An example configuration for popular orchestration platforms like [HasiCorp Nomad](https://www.nomadproject.io/) and K8S are coming soon! Meanwhile, you can adapt [this docker-compose file](docker-compose/docker-compose.yml) for the platform of your choice.
|
||
|
|
||
|
|
||
|
## Configuring Rust Peer Distro Image
|
||
|
|
||
|
Checkout [this doc](../docs/flavours.md) to learn more about Rust peer image
|
||
|
flavours and environment variables used to configure the images.
|
||
|
|