From d4a8eb3b492a7af2dc48996792ecf95556b615cc Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 13 Jun 2017 17:23:32 +0200 Subject: installer: add bind mount for /etc/resolv.conf Use the DNS configuration from the host. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1460978 Signed-off-by: Giuseppe Scrivano --- .../system-container/root/exports/config.json.template | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'images') diff --git a/images/installer/system-container/root/exports/config.json.template b/images/installer/system-container/root/exports/config.json.template index 383e3696e..718ce1d53 100644 --- a/images/installer/system-container/root/exports/config.json.template +++ b/images/installer/system-container/root/exports/config.json.template @@ -170,6 +170,16 @@ "mode=755" ] }, + { + "destination": "/etc/resolv.conf", + "type": "bind", + "source": "/etc/resolv.conf", + "options": [ + "ro", + "rbind", + "rprivate" + ] + }, { "destination": "/sys/fs/cgroup", "type": "cgroup", -- cgit v1.2.1