Skip to content

Commit 206da93

Browse files
Merge pull request #427 from raffaem/patch-1
Specify that iptables kernel module must be loaded for folder sharing…
2 parents 4bc58dd + c42bf78 commit 206da93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/docker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Although WinApps supports using `QEMU+KVM+libvirt` as a backend for running Wind
1111
> - It is recommended to edit the initial `compose.yaml` file to keep your required username and password from the beginning.
1212
> - It is recommended to not use `sudo` to force commands to run. Add your user to the relevant permissions group wherever possible.
1313
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.
1518
1619
## `Docker`
1720
### Installation

0 commit comments

Comments
 (0)