From 0622638a12fcc81a00289ba444de29c87f322c69 Mon Sep 17 00:00:00 2001 From: Sechpoint Admin Date: Sat, 1 Aug 2026 08:55:35 +0100 Subject: [PATCH] docs: correct deployment environment guidance (Docker=VM, Native=containers) Docker inside LXC containers is problematic, so the Docker deployment is intended for full VMs; the native deployment is ideal for any container environment (LXC, Proxmox containers, etc.). --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5968df..562a43c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ A comprehensive solution for deploying Wallarm filtering nodes on virtual machin | Management | 4 scripts (`check`/`deploy`/`reconfigure`/`uninstall`) | 1 unified script (`wallarm-native.sh`) | | Directory | `docker/` | `native/` | | Requires Docker | ✅ (installed automatically) | ❌ Never installed | -| Best for | LXC/containers, multiple nodes, air-gapped | Simple single VM, minimal footprint, no containers | +| Best for | VMs, multiple nodes, air-gapped | Any container environment (LXC etc.), minimal footprint, no containers | + +> **Note on environments:** Docker inside LXC containers is problematic, so the **Docker** deployment is intended for **full VMs**. For container environments (LXC, Proxmox containers, etc.), use the **Native** deployment — it installs the Wallarm node directly on the OS without Docker and works in any container environment. ## Features