From 3a2b975b0fc43ca4db77731e3b29935fa0b823b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Thu, 19 Feb 2015 14:33:43 +0000 Subject: [PATCH] Update README.rst because of issue #56 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Martins --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 5019b2d..62bef8f 100644 --- a/README.rst +++ b/README.rst @@ -103,6 +103,13 @@ If you are using ``boot2docker``, drop the ``sudo`` and also unset ``DOCKER_TLS_ **Warning:** Powerstrip exposes the Docker API unprotected on port 2375. Only use it in private, secure development environments. +**Issues:** If you are using ``SELinux`` and having some issues, disable it or run the following commands: + +.. code:: sh + + $ sudo grep docker /var/log/audit/audit.log | audit2allow -M mypol + $ sudo semodule -i mypol.pp + Powerstrip adapters -------------------