-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker wont load when firewall enabled #42
Comments
I confirm the issue |
issue resolved. its a 'windows services' issue for docker. just add the docker service in tiny firewall and it works. its misleading because it wont show up in the tiny firewall 'show connections', so your just trial an error adding services that might be needed. |
You mean add process? What's exactly the name of it? |
@pumalife Could you provide more information? I added 'Docker Desktop service' on exception list but no use. Put many other suspicious services on the list, but couldn't get Docker to run in the end. It seems like 'Show connections' feature doesn't work for this. Docker is one of the industry standard software and I hope there is a solution. |
@YunseokChoi @PaszaVonPomiot @colevr1 C:\Program Files\Docker\Docker\resources\com.docker.backend.exe most of them have 'no restrictions' and 'apply same rules for child processes' -whether that is important im not sure Hope it helps. Tiny firewall is great, but still needs some TLC polish |
@pumalife I used the same exception settings, but Docker is still not running. I even added almost all exe files that belong to Docker to the exception list. My Docker is running on WSL2. I have Tinywall checked for WSL2 on the Special Exceptions tab and Unblock LAN Traffic checked as well. Prevent modifications to hosts file is unchecked. When I turn off Tinywall, Docker works fine... I'm not sure what to do anymore, but thanks for your response anyway. |
Please see #47. |
I can confirm that the suggestion from @pumalife works for me on a I whitelisted the following Docker binaries with
I also had to set
Then the important requirement appears to be, that the following two require both
|
Ive tried making every exception i can (adding child processes, exploring the various settings in each app exception), nothing works except disabling the tiny firewall entirely. Then when i start docker it will load, otherwise it fails
The text was updated successfully, but these errors were encountered: