mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +00:00
23 lines
469 B
Plaintext
23 lines
469 B
Plaintext
---
|
|
title: Docker
|
|
tableOfContents: false
|
|
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> |