summaryrefslogtreecommitdiff
path: root/libpod.conf
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-22 15:24:36 -0700
committerGitHub <noreply@github.com>2019-04-22 15:24:36 -0700
commitd652c8656d7425c34234071eddb55cbba9ac070f (patch)
tree4c73d58159e530c7fb0202dbc06e4ed4473e172e /libpod.conf
parenta2487aec6703b0b37a1b53e0b53534e3517d2124 (diff)
parent615a9e9f78eee0038b8803eb1223541fe28c6e16 (diff)
downloadpodman-d652c8656d7425c34234071eddb55cbba9ac070f.tar.gz
podman-d652c8656d7425c34234071eddb55cbba9ac070f.tar.bz2
podman-d652c8656d7425c34234071eddb55cbba9ac070f.zip
Merge pull request #2919 from rhatdan/infra_command
Internal names do not match external names
Diffstat (limited to 'libpod.conf')
-rw-r--r--libpod.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/libpod.conf b/libpod.conf
index 211ba106d..80422e3dd 100644
--- a/libpod.conf
+++ b/libpod.conf
@@ -71,11 +71,11 @@ cni_default_network = "podman"
# namespace is set, all containers and pods are visible.
#namespace = ""
-# Default pause image name for pod pause containers
-pause_image = "k8s.gcr.io/pause:3.1"
+# Default infra (pause) image name for pod infra containers
+infra_image = "k8s.gcr.io/pause:3.1"
-# Default command to run the pause container
-pause_command = "/pause"
+# Default command to run the infra container
+infra_command = "/pause"
# Determines whether libpod will reserve ports on the host when they are
# forwarded to containers. When enabled, when ports are forwarded to containers,