From ecca5ff3bc3f22fc65d9077dd399ab5c2f147046 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Fri, 26 Aug 2022 11:24:47 +0300 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 7233503..8a479c7 100644 --- a/Docker.md +++ b/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` \ No newline at end of file +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 +``` \ No newline at end of file