mirror of
https://github.com/gethomepage/homepage.git
synced 2025-07-09 03:04:18 -04:00
Updated Docker (markdown)
parent
b6e0b65cec
commit
ecca5ff3bc
17
Docker.md
17
Docker.md
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user