From be9562d07562bc681ea88e17f7516d553871bef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Gw=C3=B3=C5=BAd=C5=BA?= <grzegorz.gwozdz@huawei.com> Date: Thu, 11 Aug 2022 15:48:48 +0200 Subject: [PATCH] Fix note not displaying correctly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Grzegorz Gwóźdź <grzegorz.gwozdz@huawei.com> --- transparent-gateway-details.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transparent-gateway-details.rst b/transparent-gateway-details.rst index 38f66b9..8d62fbe 100644 --- a/transparent-gateway-details.rst +++ b/transparent-gateway-details.rst @@ -25,9 +25,9 @@ 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:: +.. note:: - You may receive an error message `permisssion denied`. You can start both + You may receive an error message `permisssion denied`. You can run both of the commands with `sudo`. If you don’t want to preface the `docker` command with `sudo`, create a Unix group called `docker` and add users to it. When the Docker daemon starts, it creates a -- GitLab