diff options
author | Jhon Honce <jhonce@redhat.com> | 2019-02-18 16:01:31 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2019-03-02 08:57:20 -0700 |
commit | 4d13a80fa46ce57e3c889934536320525338b3a4 (patch) | |
tree | 8d3d5bd4f0209aa8ce4e3371478e6edc305209e6 /cmd/podman/commands.go | |
parent | 9adcda73892fa0a33cbdf971ad97cf079e8e425f (diff) | |
download | podman-4d13a80fa46ce57e3c889934536320525338b3a4.tar.gz podman-4d13a80fa46ce57e3c889934536320525338b3a4.tar.bz2 podman-4d13a80fa46ce57e3c889934536320525338b3a4.zip |
Support podman-remote stop container(s)
* Clean up adapter code
* Add GetContainersByContext to Varlink API
* Add missing comments
* Restore save command
* Restore error type mapping when using varlink
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 2f9a9cfe2..635b16e0d 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -32,7 +32,6 @@ func getMainCommands() []*cobra.Command { _searchCommand, _startCommand, _statsCommand, - _stopCommand, _topCommand, _umountCommand, _unpauseCommand, |