summaryrefslogtreecommitdiff
path: root/cmd/podman
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2020-04-21 15:30:57 -0700
committerJhon Honce <jhonce@redhat.com>2020-04-22 11:07:28 -0700
commitd7a27b8e847e99eae8262fccb713ffe7e29deccf (patch)
treede4463acf9e3be7e04b7aff5203d552bdab60d6b /cmd/podman
parent703fd505538fdae2165dad47c7a6886ac3ed891e (diff)
downloadpodman-d7a27b8e847e99eae8262fccb713ffe7e29deccf.tar.gz
podman-d7a27b8e847e99eae8262fccb713ffe7e29deccf.tar.bz2
podman-d7a27b8e847e99eae8262fccb713ffe7e29deccf.zip
Instrumentation to answer #5765
* currently wired to localhost:8888 to prevent access from off machine Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'cmd/podman')
-rw-r--r--cmd/podman/system/info.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/system/info.go b/cmd/podman/system/info.go
index 8e014a91b..8b36ef549 100644
--- a/cmd/podman/system/info.go
+++ b/cmd/podman/system/info.go
@@ -7,8 +7,8 @@ import (
"github.com/containers/libpod/cmd/podman/registry"
"github.com/containers/libpod/pkg/domain/entities"
+ "github.com/ghodss/yaml"
"github.com/spf13/cobra"
- "gopkg.in/yaml.v2"
)
var (