You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user encountered a case where DNS resolution failed because the agent lacked the privileged flag to access the target container's /etc/resolv.conf.
In this line we just propagate the error, converting it to unknown dns failure error. I'm not sure how we can improve it but it'd be nice if we could check for permission denied then let user know somehow.
A user encountered a case where DNS resolution failed because the agent lacked the
privileged
flag to access the target container's/etc/resolv.conf
.In this line we just propagate the error, converting it to unknown dns failure error. I'm not sure how we can improve it but it'd be nice if we could check for permission denied then let user know somehow.
mirrord/mirrord/agent/src/dns.rs
Line 71 in 879fd09
The text was updated successfully, but these errors were encountered: