rewardenv / reward

Reward is a Swiss Army knife CLI utility for orchestrating Docker based development environments.
https://rewardenv.readthedocs.io
MIT License
89 stars 13 forks source link

DNS Port 53 unavailable due to new Docker update #56

Closed OliverBeckwith closed 8 months ago

OliverBeckwith commented 9 months ago

image

janosmiko commented 8 months ago

It looks like this issue is on the radar of the Docker Desktop team. https://github.com/docker/for-mac/issues/7008

They also provide a workaround until it's fixed: https://docs.docker.com/desktop/release-notes/#known-issues

Creating a container with the port 53 fails with the error address already in use. As a workaround, deactivate network acceleration by adding "kernelForUDP": false, in the settings.json file located at ~/Library/Group Containers/group.com.docker/settings.json.

It's out of the scope of Reward so I close this.