From acc0458054c0add9c4f8cb296fca97ba518983d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 13 Nov 2019 22:13:20 +0100 Subject: Give a little unsecure docker tip :^) --- doc/developer.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/developer.rst') diff --git a/doc/developer.rst b/doc/developer.rst index 416cf64..ecdbbf3 100644 --- a/doc/developer.rst +++ b/doc/developer.rst @@ -35,8 +35,10 @@ certificate, slixmpp, many libraries…), it might be cumbersome to get everything on your machine to be able to run them. The simplest solution (as long as you have docker installed and properly -configured to be able to run as your developer user…) is to follow these -instructions: +configured to be able to run as your developer user… It’s as simple as +“dnf install docker” and “chmod o+rw /var/run/docker.sock”, but that’s not +recommended, because this lets anybody on the system use docker, and +docker is very unsecure) is to follow these instructions: .. code-block:: bash :caption: Start a docker container with everything installed -- cgit v1.2.3