From d6d3af9e8ebda9229a5d92d71c66e416c3f99a91 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Fri, 4 Dec 2020 13:37:22 -0500 Subject: Add ability to set system wide options for slirp4netns Wire in containers.conf options for slirp Signed-off-by: Ashley Cui --- test/e2e/config/containers.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/e2e/config') diff --git a/test/e2e/config/containers.conf b/test/e2e/config/containers.conf index 5f852468d..35153ba05 100644 --- a/test/e2e/config/containers.conf +++ b/test/e2e/config/containers.conf @@ -52,3 +52,7 @@ dns_options=[ "debug", ] tz = "Pacific/Honolulu" umask = "0002" + +[engine] + +network_cmd_options=["allow_host_loopback=true"] -- cgit v1.2.3-54-g00ecf