diff options
Diffstat (limited to 'cmd/podman/tag.go')
-rw-r--r-- | cmd/podman/tag.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/tag.go b/cmd/podman/tag.go index 98d9a6856..deda4e985 100644 --- a/cmd/podman/tag.go +++ b/cmd/podman/tag.go @@ -18,6 +18,7 @@ var ( RunE: func(cmd *cobra.Command, args []string) error { tagCommand.InputArgs = args tagCommand.GlobalFlags = MainGlobalOpts + tagCommand.Remote = remoteclient return tagCmd(&tagCommand) }, Example: `podman tag 0e3bbc2 fedora:latest |