diff options
author | baude <bbaude@redhat.com> | 2019-04-16 10:02:54 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-04-24 13:30:18 -0500 |
commit | 18d66136c1b9180f9571b7dc68a904ca82e0ba9c (patch) | |
tree | 018d125b8aec35a95baaa8acc0e7c4c0f3eb3da4 /cmd/podman/main.go | |
parent | b4cba6090d2e44f34f233bee4f2df47582ced7a0 (diff) | |
download | podman-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.go | 1 |
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, |