add docs for running via docker

This commit is contained in:
Joel Wetzell
2025-12-24 14:36:14 -06:00
parent 7d33662279
commit e17b117000
2 changed files with 23 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
---
title: Docker
sidebar:
order: 2
---
import { Steps, Code } from '@astrojs/starlight/components';
<Steps>
1. create a config file (see [config](/concepts/config/))
3. run
- <Code code="docker run -it -v/path/to/config.yaml:/app/config.yaml jwetzell/showbridge:latest --debug"/>
- see [CLI Usage](/guides/cli-usage) for more detail on flags
- see [Docker docs](https://docs.docker.com/) for how to use docker
</Steps>