summaryrefslogtreecommitdiff
path: root/cmd/podman/info.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/info.go')
-rw-r--r--cmd/podman/info.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/info.go b/cmd/podman/info.go
index 195267c7f..2b6ae1882 100644
--- a/cmd/podman/info.go
+++ b/cmd/podman/info.go
@@ -28,6 +28,7 @@ var (
RunE: func(cmd *cobra.Command, args []string) error {
infoCommand.InputArgs = args
infoCommand.GlobalFlags = MainGlobalOpts
+ infoCommand.Remote = remoteclient
return infoCmd(&infoCommand)
},
Example: `podman info`,