Arne Blankerts
Arne Blankerts
@localheinz ping? :-)
As Line 58 is trying to set the file name attribute of the context node, the problem must reside within the path or name of the file currently being worked...
There are likely various places where encoding issues might cause this error. As for now, the problem seems to have occured on line 58 and 170. While using `utf8_encode` might...
@sebastianbergmann Can we reopen this issue? I'll try to come up with a fix next week.
Try using SNAT: `iptables -t nat -A POSTROUTING -s $dockernet -o your_uplink_dev -j SNAT --to _your_uplink_ip` As long as you do not try to have publicly reachable services on docker,...