You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docker.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@ Although WinApps supports using `QEMU+KVM+libvirt` as a backend for running Wind
11
11
> - It is recommended to edit the initial `compose.yaml` file to keep your required username and password from the beginning.
12
12
> - It is recommended to not use `sudo` to force commands to run. Add your user to the relevant permissions group wherever possible.
13
13
14
-
14
+
> [!IMPORTANT]
15
+
> The iptables kernel module must be loaded for folder sharing with the host to work.
16
+
> Check that the output of `lsmod | grep ip_tables` and `lsmod | grep iptable_nat` is non empty.
17
+
> 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.
0 commit comments