From 615a9e9f78eee0038b8803eb1223541fe28c6e16 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 13 Apr 2019 06:12:11 -0400 Subject: 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 --- libpod.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libpod.conf') 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, -- cgit v1.2.3-54-g00ecf