Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor service idle support | Jhon Honce | 2020-04-13 |
| | | | | | | | | | | | * Move connection tracking into APIServer using ConnState() * Remove Connection counters from CLI code * Update events handler to support client not closing connection * Improve logging messages Fixes #5599 Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | V2 podman system service | Jhon Honce | 2020-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 info | Brent Baude | 2020-04-07 |
add ability to run info for v2 Signed-off-by: Brent Baude <bbaude@redhat.com> |