mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Improve docker build instructions (#155)
This commit is contained in:
parent
e5c431d7ca
commit
0a7479f9c2
@ -187,10 +187,14 @@ Build
|
||||
|
||||
The easiest way is to use the `esphomedocs docker image <https://hub.docker.com/r/ottowinter/esphomedocs/>`__:
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user