darwin-containers / rund

OCI Container Runtime for Darwin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement DNS solution that can cross filesystem bounds

slonopotamus opened this issue · comments

In 13be962, I had to disable hard-linking /var/run/mDNSResponder into container because such link cannot be created anymore since it tries to cross filesystem bounds. We instead need to create our own named pipe inside the container and transfer data between host pipe and container pipe or run mDNSResponder inside container.