Deployments not working: error connecting to docker

Thanks to debugging help from @kim, we tracked this down to a regression in how flyctl handles wireguard peers that have been reaped in our backend, but are still active locally.

While we’re working on a fix, here’s a way you can try to fix it for now:

  1. Stop the fly agent with fly agent stop
  2. Remove the wireguard peer entry from ~/.fly/config.yml for the organization you’re having trouble with, including the org name key.
  3. Start the agent and try fly ping -a orgname

If this works, deploys should work as well.
2. Stop the

2 Likes