[Radio Co-processor build] Wrong instruction to start the build
The module affected
Documentation about build and flash the Radio Co-processor Firmware
What is the action to reproduce the bug?
Run the commands:
$ docker pull openthread/environment:latest $ docker run -it --rm openthread/environment bash
What is the result you see?
The system shows me an error message "access denied"
What is the result you expect?
Correct run
Frequency?
always
Tested version
Revision d5bd1af2.
Do you know any workaround of this issue?
launching the two command with "sudo"
Do you have a fix for this issue?
Write in the documentation this correction:
$ sudo docker pull openthread/environment:latest $ sudo docker run -it --rm openthread/environment bash