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/container.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/container.go')
-rw-r--r-- | cmd/podman/container.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go index 7733c8eef..28e0f0e4a 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -60,6 +60,7 @@ var ( _listSubCommand, _logsCommand, _pauseCommand, + _restartCommand, _runCommand, _rmCommand, _startCommand, |