summaryrefslogtreecommitdiff
path: root/cmd/podman/tree.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/tree.go')
-rw-r--r--cmd/podman/tree.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/tree.go b/cmd/podman/tree.go
index 371e88495..f205c83e4 100644
--- a/cmd/podman/tree.go
+++ b/cmd/podman/tree.go
@@ -29,6 +29,7 @@ var (
RunE: func(cmd *cobra.Command, args []string) error {
treeCommand.InputArgs = args
treeCommand.GlobalFlags = MainGlobalOpts
+ treeCommand.Remote = remoteclient
return treeCmd(&treeCommand)
},
Example: "podman image tree alpine:latest",