diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-06-25 08:23:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 08:23:40 +0000 |
| commit | d19869b9f73c99d5573024c1dfcd76b6b5356120 (patch) | |
| tree | 286eb53050bbeca62e8bec1777be047dd95ed5b3 /docs/dev | |
| parent | c91603dae9d89c10b67b58c5c52385b75e89379c (diff) | |
| parent | c8a6548592ff4f6d223cc548978b77ef84a39981 (diff) | |
Merge pull request #173 from return42/fix-lxc-iptables
[mod] utils/lxc.sh: detect conflict of docker & LXC in the iptables
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lxcdev.rst | 7 |
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! |