diff options
author | louiz’ <louiz@louiz.org> | 2019-11-13 22:13:20 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2019-11-13 22:14:18 +0100 |
commit | acc0458054c0add9c4f8cb296fca97ba518983d0 (patch) | |
tree | 21b0c70b922ccc4a3ad5a6d245ce6d9cdd5e2e82 | |
parent | 00c1c9dfb345d7712b200844ea749bd87a7909db (diff) | |
download | biboumi-acc0458054c0add9c4f8cb296fca97ba518983d0.tar.gz biboumi-acc0458054c0add9c4f8cb296fca97ba518983d0.tar.bz2 biboumi-acc0458054c0add9c4f8cb296fca97ba518983d0.tar.xz biboumi-acc0458054c0add9c4f8cb296fca97ba518983d0.zip |
Give a little unsecure docker tip :^)
-rw-r--r-- | doc/developer.rst | 6 |
1 files changed, 4 insertions, 2 deletions
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 |