Skip to content
Snippets Groups Projects
Commit 7d5065fc authored by Grzegorz Gwóźdź's avatar Grzegorz Gwóźdź Committed by Grzegorz Gwóźdź
Browse files

transparent-gateway-details.rst: Fix Radio-Co Processor firmware docker build


The instructions for docker build do not cover non-root error

Signed-off-by: default avatarGrzegorz Gwóźdź <grzegorz.gwozdz@huawei.com>
parent 2dab5e4e
No related branches found
No related tags found
1 merge request!3transparent-gateway-details.rst: Fix Radio-Co Processor firmware docker build
...@@ -26,6 +26,13 @@ The current manual process is quite intricated, but expect vast improvements in ...@@ -26,6 +26,13 @@ The current manual process is quite intricated, but expect vast improvements in
$ docker pull openthread/environment:latest $ docker pull openthread/environment:latest
$ docker run -it --rm openthread/environment bash $ docker run -it --rm openthread/environment bash
.. note::
You may receive `permission denied` error message.
Solution is available on the
`docker docs website <https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user>`_
- Inside the docker container prepare the build as follows: - Inside the docker container prepare the build as follows:
.. code-block:: bash .. code-block:: bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment