From c8a6548592ff4f6d223cc548978b77ef84a39981 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 23 Jun 2021 12:39:49 +0200 Subject: [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 --- docs/dev/lxcdev.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/dev') 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! -- cgit v1.2.3