Change all references to kpod to podman

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2018-03-01 04:12:03 -08:00
parent 0caee670a0
commit b8e5769652
4 changed files with 35 additions and 35 deletions

View file

@ -8,7 +8,7 @@ import (
"github.com/hpcloud/tail"
)
// LogOptions contains all of the options for displaying logs in kpod
// LogOptions contains all of the options for displaying logs in podman
type LogOptions struct {
Details bool
Follow bool

View file

@ -16,7 +16,7 @@
cgroup_manager = "cgroupfs"
hooks_dir_path = "/usr/share/containers/oci/hooks.d"
pids_limit = 2048
container_exits_dir = "/var/run/kpod/exits"
container_exits_dir = "/var/run/podman/exits"
[crio.image]
default_transport = "docker://"
pause_image = "kubernetes/pause"