the-real-ed
the-real-ed
>Before investigating futher I'd like to confirm if others are running in the same issue recently? I can confirm that I'm also affected by this bug (failure to auth). Authentication...
I encountered the same issue, and was able to resolve it after reading the [Docker documentation on how to setup Docker on a router](https://docs.docker.com/network/iptables/#docker-on-a-router). In short, you need to add...
@mattelacchiato in Debian-based systems, you can install the `iptables-persistent` package, and then add the rules to `/etc/iptables/rules.v4`. The contents of the file should be something along the lines of: ```...