I recently started moving my Docker containers into a separate VLAN for security, and I was having trouble getting them to use the correct DNS server. Thankfully, I found this older topic about the issue, which did work: https://forums.unraid.net/topic/102067-solved-where-to-configure-docker-dns/ However, it seems less than ideal to set DNS this way for two reasons: It's hidden in a non-obvious place It has to be set per-container Could a setting for DNS be added to the Docker network settings along with subnet and gateway? That seems like a much more visible and natural spot for this. Thanks!