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

Add note to 'docker' commands


Signed-off-by: default avatarGrzegorz Gwóźdź <grzegorz.gwozdz@huawei.com>
parent 51681ad4
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,16 @@ The current manual process is quite intricated, but expect vast improvements in ...@@ -22,8 +22,16 @@ The current manual process is quite intricated, but expect vast improvements in
.. code-block:: bash .. code-block:: bash
$ sudo docker pull openthread/environment:latest $ docker pull openthread/environment:latest
$ sudo docker run -it --rm openthread/environment bash $ docker run -it --rm openthread/environment bash
.. note::
You may receive an error message `permisssion denied`. You can start 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
Unix socket accessible by members of the `docker` group.
- Inside the docker container prepare the build as follows: - Inside the docker container prepare the build as follows:
......
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