diff --git a/docs/en/api-guides/tools/idf-docker-image.rst b/docs/en/api-guides/tools/idf-docker-image.rst index 75c25b16a2..d0ed4997b3 100644 --- a/docs/en/api-guides/tools/idf-docker-image.rst +++ b/docs/en/api-guides/tools/idf-docker-image.rst @@ -106,7 +106,7 @@ On host install and start ``esp_rfc2217_server``: Now the device attached to the host can be flashed from inside a Docker container by using:: - docker run --rm -v :/ -w / espressif/idf idf.py --port rfc2217://host.docker.internal:4000?ign_set_control flash + docker run --rm -v :/ -w / espressif/idf idf.py --port 'rfc2217://host.docker.internal:4000?ign_set_control' flash Please make sure that ```` is properly set to your project path on the host and ```` is set as a working directory inside the container with the ``-w`` option. The ``host.docker.internal`` is a special Docker DNS name to access the host. This can be replaced with host IP if necessary.