From 2c76233a4333eb3a28a0ed304068be014b38097e Mon Sep 17 00:00:00 2001 From: Kalashnikov Ilya <1044684+l1bbcsg@users.noreply.github.com> Date: Fri, 19 Aug 2022 05:54:01 +0700 Subject: [PATCH] Warn against running Docker on Mac (#2141) --- guides/getting_started_command_line.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/guides/getting_started_command_line.rst b/guides/getting_started_command_line.rst index ac84a1ab6..708d6b180 100644 --- a/guides/getting_started_command_line.rst +++ b/guides/getting_started_command_line.rst @@ -14,8 +14,11 @@ Installation See :doc:`installing_esphome`. -If you're familiar with Docker, you can use that instead! Our image supports -AMD64, ARM and ARM64 (AARCH64), and can be downloaded with: +If you're familiar with Docker, you can use that instead! +Note that on macOS Docker `can not pass USB devices through `__. +You will not be able to flash ESP devices through USB on Mac, all other features will work. Flashing with web dashboard is still possible. + +Our image supports AMD64, ARM and ARM64 (AARCH64), and can be downloaded with: .. code-block:: bash @@ -111,7 +114,7 @@ new folder with the name of your node. This is a new PlatformIO project that you can modify afterwards and play around with. If you are running docker on Linux you can add ``--device=/dev/ttyUSB0`` -to your docker command to map a local USB device. +to your docker command to map a local USB device. Docker on Mac will not be able to access host USB devices. .. code-block:: bash