summaryrefslogtreecommitdiff
path: root/libpod/adapter/pods.go
Commit message (Collapse)AuthorAge
* Enable more podman-remote pod commandsbaude2019-02-22
| | | | | | enable pod start, stop, and kill subcommands for the remote-client. Signed-off-by: baude <bbaude@redhat.com>
* podman-remote pod inspect|existsbaude2019-02-22
| | | | | | | | enable the remote client to be able to inspect a pod. also, bonus of enabling the podman pod exists command which returns a 0 or 1 depending on whether the given pod exists. Signed-off-by: baude <bbaude@redhat.com>
* enable podman-remote pod rmbaude2019-02-21
add the ability to delete a pod from the remote client. Signed-off-by: baude <bbaude@redhat.com>