Updated Docker (markdown)

Ben Phelps 2022-08-26 11:24:47 +03:00
parent b6e0b65cec
commit ecca5ff3bc

@ -31,4 +31,19 @@ homepage:
restart: unless-stopped
```
of if you're using `docker run`, add `-v /var/run/docker.sock:/var/run/docker.sock`
of if you're using `docker run`, add `-v /var/run/docker.sock:/var/run/docker.sock`
## Services
Once you've configured your docker instances, you can then apply them to your services, to get stats and status reporting shown.
Inside of the service you'd like to connect to docker:
```yaml
- Emby:
icon: emby.png
href: "http://emby.home/"
description: Media server
server: my-local-docker # The docker server that was configured
container: emby # The name of the container you'd like to connect
```