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
I am executing the following command on a MacOS: docker run -d --hostname resolvable -v /var/run/docker.sock:/tmp/docker.sock -v /etc/resolv.conf:/tmp/resolv.conf mgood/resolvable
Thereafter my /etc/resolv.conf remains untouched.
Also tried to execute it with sudo but no success either.
PS: I noticed that something is regenerating /etc/resolv.conf as also manual edits disappear immediately.
The text was updated successfully, but these errors were encountered:
I am executing the following command on a MacOS:
docker run -d --hostname resolvable -v /var/run/docker.sock:/tmp/docker.sock -v /etc/resolv.conf:/tmp/resolv.conf mgood/resolvable
Thereafter my /etc/resolv.conf remains untouched.
Also tried to execute it with sudo but no success either.
PS: I noticed that something is regenerating /etc/resolv.conf as also manual edits disappear immediately.
The text was updated successfully, but these errors were encountered: