summaryrefslogtreecommitdiff
path: root/libpod.conf
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2019-04-13 06:12:11 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2019-04-18 10:59:39 -0400
commit615a9e9f78eee0038b8803eb1223541fe28c6e16 (patch)
tree9f38158e62858fbead53817418a7150567dd17ec /libpod.conf
parent4d45f5180f778bf3a298bf061ca2c0dba0d4bfad (diff)
downloadpodman-615a9e9f78eee0038b8803eb1223541fe28c6e16.tar.gz
podman-615a9e9f78eee0038b8803eb1223541fe28c6e16.tar.bz2
podman-615a9e9f78eee0038b8803eb1223541fe28c6e16.zip
Internal names do not match external names
We refer to the pause_image and pause_container in the libpod.conf description, but internally we had infra_image and infra_container. This means it the user made changes to the conf, it would not effect the actual tool using libpod. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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,