DNS resolver not working with Docker

@Meh The Debian streaming device in network A is running container image openziti/ziti-edge-tunnel, but the container is not fully configured to have the necessary devices and privileges to manage DNS and IP routes for the Docker host’s Debian OS. Your alternatives are:

  1. Install the Debian package for ziti-edge-tunnel on the Debian device.
  2. Configure the ziti-edge-tunnel container to run with elevated privileges and necessary devices to manage the Debian OS’s DNS, tun device, and IP routes.

I’ve linked to the relevant docs for each alternative. My guess is that installing the Debian package is the best approach because Ziti will provide the necessary network path, i.e. there’s no need to attach the Debian streaming device directly to the Docker network.