From c42bf78be5f0f61895f23502dd4eb3956205514a Mon Sep 17 00:00:00 2001 From: Raffaele Mancuso Date: Sun, 16 Feb 2025 15:46:37 +0100 Subject: [PATCH] Update docker.md --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index 1b2474a..7f7a130 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -14,7 +14,7 @@ Although WinApps supports using `QEMU+KVM+libvirt` as a backend for running Wind > [!IMPORTANT] > The iptables kernel module must be loaded for folder sharing with the host to work. > Check that the output of `lsmod | grep ip_tables` and `lsmod | grep iptable_nat` is non empty. -> If it is, run `echo -e "ip_tables\niptable_nat" | sudo tee /etc/modules-load.d/iptables.conf` and reboot. +> If the output of one of the previous command is empty, run `echo -e "ip_tables\niptable_nat" | sudo tee /etc/modules-load.d/iptables.conf` and reboot. ## `Docker` ### Installation