From 7d5065fc89d81680241e510533715461b2557b30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Grzegorz=20Gw=C3=B3=C5=BAd=C5=BA?=
 <grzegorz.gwozdz@huawei.com>
Date: Wed, 10 Aug 2022 15:34:13 +0200
Subject: [PATCH] transparent-gateway-details.rst: Fix Radio-Co Processor
 firmware docker build
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

Signed-off-by: Grzegorz Gwóźdź <grzegorz.gwozdz@huawei.com>
---
 transparent-gateway-details.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/transparent-gateway-details.rst b/transparent-gateway-details.rst
index 0aeaebe..1030e5c 100644
--- a/transparent-gateway-details.rst
+++ b/transparent-gateway-details.rst
@@ -26,6 +26,13 @@ The current manual process is quite intricated, but expect vast improvements in
    $ docker pull openthread/environment:latest
    $ 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:
 
 .. code-block:: bash
-- 
GitLab