docker-bind
docker-bind copied to clipboard
Error starting userland proxy: listen tcp4 0.0.0.0:53: bind: address already in use DockerWin 3.2.1
Just updated my Windows docker version to 3.2.1 and when I come to start bind it's telling me the port is in use.
Must be something new but I've run out of things to check and nothing has changed other than the docker version.
Does anybody have a clue?
Turns out it's a bug in the new engine 3.2.1 bugfix https://desktop-stage.docker.com/win/stable/amd64/61849/Docker%20Desktop%20Installer.exe
you can also add
serverip:53:53/tcp
@itsdashy since it seems that this repo is no longer being maintained (sadly), I have setup a new one that I will be maintaining. https://github.com/DrSeussFreak/docker-bind
Ah, excellent I'll check it out.