Merge pull request #427 from raffaem/patch-1

Specify that iptables kernel module must be loaded for folder sharing…
This commit is contained in:
Oskar Manhart 2025-02-16 16:19:57 +01:00 committed by GitHub
commit 206da93530
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,10 @@ Although WinApps supports using `QEMU+KVM+libvirt` as a backend for running Wind
> - It is recommended to edit the initial `compose.yaml` file to keep your required username and password from the beginning.
> - It is recommended to not use `sudo` to force commands to run. Add your user to the relevant permissions group wherever possible.
> [!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 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