wardenenv/warden

warden svc up

bhargavmehta opened this issue · 1 comments

Version of Warden

0.14.1

Operating System and Installation Method

Mac Os 14 via Brew

Describe the Bug

Unable to run warden svc up and dnsmasq is not starting up
⠹ Container dnsmasq Starting 0.2s Error response from daemon: Ports are not available: exposing port UDP 127.0.0.1:53 -> 0.0.0.0:0: command failed

To Reproduce

  1. Go to terminal
  2. Run command warden svc stop
  3. warden svc up
  4. See error

After checking ports it is observed that mDNSResponder is blocking the port

Expected Behavior

dnsmasq should run properly and we should be able to access the website at app.example.test

Additional context

No response

I found a fix at

#262