On Mon, Jan 29, 2018 at 6:36 PM, Alex Bennée <alex.ben...@linaro.org> wrote: > Fam Zheng <f...@redhat.com> writes: >> +Prerequisites >> +------------- >> + >> +Install "docker" with the system package manager and start the Docker >> service >> +on your development machine, then make sure you have the privilege to run >> +Docker commands. Typically it means setting up passwordless ``sudo docker`` >> +command or login as root. > > The third option (which I run) is using group permissions so you can add > users to the docker group and make the socket group accessible via the > daemon. > > It should be pointed out that both the sudo and group methods do open up > your machine to being exploited via docker's ability to bind mount > stuff. That is to say it's fine for developers on their own machine but > you might not want to do that on shared servers.
Thanks, Alex, very good I've added that paragraph! Fam