From 799a30fa793df0ea78a5f54bb0b8c32cbc011b3c Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 21 Jun 2020 09:38:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b7c54d..f2acccd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository contains the Monitor Docker component I developed for monitoring The Monitor Docker allows you to monitor Docker and container statistics and turn on/off containers. It can connected to the Docker daemon locally or remotely. When Home Assistant is used within a Docker container, the Docker daemon should be mounted as follows `-v /var/run/docker.sock:/var/run/docker.sock`. -**Docker run example** +**Docker run Example** ``` docker run -d \ ... \