Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.24 KB

File metadata and controls

30 lines (18 loc) · 1.24 KB

OpenVoxProject OpenBolt Container

CI License Sponsored by betadots GmbH

Introduction

This repository contains a containerized version of OpenBolt and plugins to facilitate orchestration with OpenBolt.

Usage

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:latest

For OpenBolt usage have a look at the upstream documentation https://github.com/openvoxproject/openbolt.

Versions

To see which tool versions are included in the container see:

build_versions.yaml

How to release?

see RELEASE.md