mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 06:07:19 +02:00
Update docker.md
This commit is contained in:
parent
6379d8f00e
commit
c42bf78be5
@ -14,7 +14,7 @@ Although WinApps supports using `QEMU+KVM+libvirt` as a backend for running Wind
|
|||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> The iptables kernel module must be loaded for folder sharing with the host to work.
|
> 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.
|
> 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`
|
## `Docker`
|
||||||
### Installation
|
### Installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user