summaryrefslogtreecommitdiff
path: root/cmd/podman/container.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-08 10:16:34 -0700
committerGitHub <noreply@github.com>2019-04-08 10:16:34 -0700
commit8eb03d3e5388d02dbbe5382b5fdb346a45535f84 (patch)
tree4bfe883e8e4f51af43b5c14c4e09fdaec889bc8d /cmd/podman/container.go
parent1671ee557a6d354680be475991ca85a82f312a99 (diff)
parentba65301c955454e47c3893ca548f18a845a4c4a9 (diff)
downloadpodman-8eb03d3e5388d02dbbe5382b5fdb346a45535f84.tar.gz
podman-8eb03d3e5388d02dbbe5382b5fdb346a45535f84.tar.bz2
podman-8eb03d3e5388d02dbbe5382b5fdb346a45535f84.zip
Merge pull request #2746 from baude/remotecreate
podman-remote create|run
Diffstat (limited to 'cmd/podman/container.go')
-rw-r--r--cmd/podman/container.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go
index 743dec32f..d1c42f673 100644
--- a/cmd/podman/container.go
+++ b/cmd/podman/container.go
@@ -53,8 +53,10 @@ var (
_containerExistsCommand,
_contInspectSubCommand,
_diffCommand,
+ _createCommand,
_listSubCommand,
_logsCommand,
+ _runCommand,
}
)