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>
This commit is contained in:
Jhon Honce
2019-02-18 16:01:31 -07:00
parent 9adcda7389
commit 4d13a80fa4
13 changed files with 312 additions and 136 deletions

View File

@@ -49,6 +49,7 @@ var mainCommands = []*cobra.Command{
_pushCommand,
&_rmiCommand,
_saveCommand,
_stopCommand,
_tagCommand,
_versionCommand,
imageCommand.Command,