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
iptables v1.8.10 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
❯ ERROR: Status 3 while: iptables -t nat -A POSTROUTING -o "$VM_NET_DEV" -j MASQUERADE (line 178/301)
❯ Starting Windows for Docker v2.04...
❯ For support visit https://github.com/dockur/windows
what can I verify?
Thank you
The text was updated successfully, but these errors were encountered:
If you don't need network access in the machine, for example you just need to test some Windows app, you can now also disable the network in the latest version (v2.06):
environment:
NETWORK: "N"
That will also work around that the iptables error.
Hello,
via portainer I used this Docker Compose:
but i get this error:
what can I verify?
Thank you
The text was updated successfully, but these errors were encountered: