mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +00:00
add docs for running via docker
This commit is contained in:
@@ -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>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Source
|
title: Source
|
||||||
sidebar:
|
sidebar:
|
||||||
order: 2
|
order: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Steps } from '@astrojs/starlight/components';
|
import { Steps } from '@astrojs/starlight/components';
|
||||||
|
|||||||
Reference in New Issue
Block a user