diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-24 13:59:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 13:59:06 -0700 |
commit | b01fdcbbd5344e89c3d9f3462c1df1764277d9fd (patch) | |
tree | 98abbbeb34f92f465069143f8ca55ea87b9b03c0 /cmd/podman/main.go | |
parent | d75543fcd2ce87a9b87b8883400f355979004e91 (diff) | |
parent | 18d66136c1b9180f9571b7dc68a904ca82e0ba9c (diff) | |
download | podman-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/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, |