Change all references to kpod to podman
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
0caee670a0
commit
b8e5769652
4 changed files with 35 additions and 35 deletions
|
@ -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
|
||||
|
|
2
lib/testdata/config.toml
vendored
2
lib/testdata/config.toml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue