summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/system
Commit message (Collapse)AuthorAge
* podmanv2 version format variable name changeBrent Baude2020-04-13
| | | | | | change the name of the variable for version to avoid collision with other commands. Signed-off-by: Brent Baude <bbaude@redhat.com>
* V2 podman system serviceJhon Honce2020-04-07
| | | | | | | | | | | | | | | * Added support for system service * Enabled linting on the varlinkapi source, needed to support V2 service command * Added support for PODMAN_SOCKET Skip linting deprecated code Rather than introduce bugs by correcting deprecated code, linting the code is being skipped. Code that is being ported into V2 is being checked. Signed-off-by: Jhon Honce <jhonce@redhat.com>
* podmanv2 infoBrent Baude2020-04-07
| | | | | | add ability to run info for v2 Signed-off-by: Brent Baude <bbaude@redhat.com>
* podmanv2 versionBrent Baude2020-04-03
| | | | | | this is only for the abi side and does not print out the remote information yet. the remote information will need to be worked on and agreed upon later. Signed-off-by: Brent Baude <bbaude@redhat.com>
* V2 podman inspectJhon Honce2020-04-01
| | | | | | | * Expose podman container inspect * Expose podman image inspect Signed-off-by: Jhon Honce <jhonce@redhat.com>
* V2 podman commandJhon Honce2020-03-18
Signed-off-by: Jhon Honce <jhonce@redhat.com>