monitor/README.md

520 B

runner-rs (amd64/linux)

Logo
in-container integrating util to handle processes runtime

Depends on

  • rustup (>=1.27.1)

Local init

  1. Clone this repo runner-rs
  git clone https://link-to-project
  1. Enter project's dir
  cd runner-rs/
  1. Release build of app
cargo build --release
  1. Execution
./target/release/runner-rs

or

cargo run --release