From 0a7479f9c2c0329bea724f7a0c0e69a80d36040d Mon Sep 17 00:00:00 2001 From: David De Sloovere Date: Sat, 9 Feb 2019 14:08:00 +0100 Subject: [PATCH] Improve docker build instructions (#155) --- guides/contributing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/contributing.rst b/guides/contributing.rst index bff3b16cc..b6c6f8464 100644 --- a/guides/contributing.rst +++ b/guides/contributing.rst @@ -187,10 +187,14 @@ Build The easiest way is to use the `esphomedocs docker image `__: + On Linux + .. code-block:: bash docker run --rm -v "$PWD/..":/data -p 8000:8000 -it ottowinter/esphomedocs + On Windows (PowerShell) + .. code-block:: powershell docker run --rm -v ${PWD}/..:/data -p 8000:8000 -it ottowinter/esphomedocs