Linux tricks for 400: You are chrooted into an read-only image and don't have a working name server, as /etc/resolv.conf does not exist. What do you do?
Conversation
Replying to
Bind mount only works if the target file exists. I had a solution without overlayfs.
1
Replying to
run a local dns server I suppose ("If this file does not exist, only the name server on the local machine will be queried")
1
1
Show replies

