This repository contains a containerized version of OpenBolt and plugins to facilitate orchestration with OpenBolt.
You can run the container using a container runtime like Podman or Docker.
Here is an example command to run OpenBolt in an interactive terminal, mounting the current directory to /data inside the container:
podman run -it --rm -v $PWD:/data:Z ghcr.io/openvoxproject/openbolt:latestFor OpenBolt usage have a look at the upstream documentation https://github.com/openvoxproject/openbolt.
To see which tool versions are included in the container see:
see RELEASE.md