summaryrefslogtreecommitdiff
path: root/cmd/podman/commands.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-24 13:59:06 -0700
committerGitHub <noreply@github.com>2019-04-24 13:59:06 -0700
commitb01fdcbbd5344e89c3d9f3462c1df1764277d9fd (patch)
tree98abbbeb34f92f465069143f8ca55ea87b9b03c0 /cmd/podman/commands.go
parentd75543fcd2ce87a9b87b8883400f355979004e91 (diff)
parent18d66136c1b9180f9571b7dc68a904ca82e0ba9c (diff)
downloadpodman-b01fdcbbd5344e89c3d9f3462c1df1764277d9fd.tar.gz
podman-b01fdcbbd5344e89c3d9f3462c1df1764277d9fd.tar.bz2
podman-b01fdcbbd5344e89c3d9f3462c1df1764277d9fd.zip
Merge pull request #2973 from baude/remoterestart
podman remote-client restart containers
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r--cmd/podman/commands.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index c36452cfe..7680d6df2 100644
--- a/cmd/podman/commands.go
+++ b/cmd/podman/commands.go
@@ -19,7 +19,6 @@ func getMainCommands() []*cobra.Command {
_mountCommand,
_portCommand,
_refreshCommand,
- _restartCommand,
_searchCommand,
_statsCommand,
_topCommand,
@@ -50,7 +49,6 @@ func getContainerSubCommands() []*cobra.Command {
_portCommand,
_pruneContainersCommand,
_refreshCommand,
- _restartCommand,
_restoreCommand,
_runlabelCommand,
_statsCommand,