diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-01 08:12:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 08:12:48 +0100 |
commit | 3417703a063cc71de60752836daf2ffec158d2f6 (patch) | |
tree | a6a1fe2ce80c30167c4f23850bdd19e474d236f3 /test/e2e/config/containers.conf | |
parent | 9600ea6bef8000b0c45407409124c7df21050493 (diff) | |
parent | 680dacaea2c7c8150cb2a8c9770a6e981a1f5ebc (diff) | |
download | podman-3417703a063cc71de60752836daf2ffec158d2f6.tar.gz podman-3417703a063cc71de60752836daf2ffec158d2f6.tar.bz2 podman-3417703a063cc71de60752836daf2ffec158d2f6.zip |
Merge pull request #9527 from rhatdan/hosts
Enable no_hosts from containers.conf
Diffstat (limited to 'test/e2e/config/containers.conf')
-rw-r--r-- | test/e2e/config/containers.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/config/containers.conf b/test/e2e/config/containers.conf index fdf679664..bbd712254 100644 --- a/test/e2e/config/containers.conf +++ b/test/e2e/config/containers.conf @@ -55,6 +55,7 @@ umask = "0002" annotations=["run.oci.keep_original_groups=1",] +no_hosts=true [engine] network_cmd_options=["allow_host_loopback=true"] |