summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-04-16 10:02:54 -0500
committerbaude <bbaude@redhat.com>2019-04-24 13:30:18 -0500
commit18d66136c1b9180f9571b7dc68a904ca82e0ba9c (patch)
tree018d125b8aec35a95baaa8acc0e7c4c0f3eb3da4 /cmd/podman/main.go
parentb4cba6090d2e44f34f233bee4f2df47582ced7a0 (diff)
downloadpodman-18d66136c1b9180f9571b7dc68a904ca82e0ba9c.tar.gz
podman-18d66136c1b9180f9571b7dc68a904ca82e0ba9c.tar.bz2
podman-18d66136c1b9180f9571b7dc68a904ca82e0ba9c.zip
podman remote-client restart containers
add the ability to restart containers with the remote-client Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 15f4a5d71..392dfe542 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -50,6 +50,7 @@ var mainCommands = []*cobra.Command{
&_psCommand,
_pullCommand,
_pushCommand,
+ _restartCommand,
_rmCommand,
&_rmiCommand,
_runCommand,