summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-06-23 12:39:49 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-06-23 12:47:52 +0200
commitc8a6548592ff4f6d223cc548978b77ef84a39981 (patch)
treea9d81c3cabbe056f819fbe53d5ad8c88514d95e9 /docs/dev
parent056550d523ddf4e06821957e13623fc322cf4675 (diff)
downloadsearxng-c8a6548592ff4f6d223cc548978b77ef84a39981.tar.gz
searxng-c8a6548592ff4f6d223cc548978b77ef84a39981.zip
[mod] utils/lxc.sh: detect conflict of docker & LXC in the iptables
Docker is blocking network of existing LXC containers / there is a conflict in the iptables setup of Docker & LXC. With this patch: - utils/lxc.sh checks internet connectivity (instead of silently hang) - Chapter "Internet Connectivity & Docker" describes the problem and made a suggestion for a solution a solution Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/lxcdev.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/dev/lxcdev.rst b/docs/dev/lxcdev.rst
index ef26e3734..33b729103 100644
--- a/docs/dev/lxcdev.rst
+++ b/docs/dev/lxcdev.rst
@@ -52,7 +52,12 @@ software:
and the script :ref:`lxc.sh`, with we can scale our installation, maintenance or
even development tasks over a stack of isolated containers / what we call the:
- **searxNG LXC suite**
+ **SearxNG LXC suite**
+
+.. hint::
+
+ If you see any problems with the internet connectivity of your
+ containers read section :ref:`internet connectivity docker`.
Gentlemen, start your engines!