jetware-mc / quik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quik

Invocation

cargo run -- --config-file=default_config.toml run

Docker Image

  • Build with docker build ./
  • Default config file path is /srv/config.toml
  • You can reload the state of the program by running reload-state inside the container, e.g.
docker exec -it <container-id> reload-state

About


Languages

Language:Rust 85.2%Language:Dockerfile 14.8%