summaryrefslogtreecommitdiff
path: root/cmd/podman/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/create.go')
-rw-r--r--cmd/podman/create.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/create.go b/cmd/podman/create.go
index 3267e5b7b..cfc0fa0c3 100644
--- a/cmd/podman/create.go
+++ b/cmd/podman/create.go
@@ -22,6 +22,7 @@ var (
RunE: func(cmd *cobra.Command, args []string) error {
createCommand.InputArgs = args
createCommand.GlobalFlags = MainGlobalOpts
+ createCommand.Remote = remoteclient
return createCmd(&createCommand)
},
Example: `podman create alpine ls