summaryrefslogtreecommitdiff
path: root/pkg/varlinkapi/containers.go
Commit message (Expand)AuthorAge
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* log API: add context to allow for cancellingValentin Rothberg2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Allow recursive dependency start with Init()Matthew Heon2020-06-18
* Fix remote integration for healthchecksBrent Baude2020-05-20
* v2 podman statsbaude2020-05-05
* Podman V2 birthBrent Baude2020-04-16
* V2 podman system serviceJhon Honce2020-04-07
* V2 Move varlink homeJhon Honce2020-03-30
* Add structure for new exec session tracking to DBMatthew Heon2020-03-18
* logs: support --tail 0Giuseppe Scrivano2019-10-31
* Move OCI runtime implementation behind an interfaceMatthew Heon2019-10-10
* rm: add containers eviction with `rm --force`Marco Vedovati2019-09-25
* Report errors when trying to pause rootless containersDaniel J Walsh2019-09-13
* Implement healthcheck for remote clientAshley Cui2019-08-19
* varlink endpoint for containerstats requires rootbaude2019-08-12
* Add new exit codes to rm & rmi for running containers & dependenciesDaniel J Walsh2019-08-01
* refactor to reduce duplicated error parsingPeter Hunt2019-07-23
* remove unnecessary conversionsPeter Hunt2019-07-23
* add detach keys support for remotePeter Hunt2019-07-23
* move editing of exitCode to runtimePeter Hunt2019-07-23
* Update e2e tests for remote execPeter Hunt2019-07-23
* Finish up remote exec implementationPeter Hunt2019-07-23
* Implement conmon execPeter Hunt2019-07-22
* Merge pull request #3584 from QiWang19/pssizeOpenShift Merge Robot2019-07-18
|\
| * podman-remote make --size optional in psQi Wang2019-07-18
* | Move the HostConfig portion of Inspect inside libpodMatthew Heon2019-07-17
|/
* libpod removal from main (phase 2)baude2019-06-27
* remove libpod from mainbaude2019-06-25
* enable integration tests for remote-clientbaude2019-05-07
* Add an InvalidState varlink error for InitMatthew Heon2019-05-02
* Add basic structure of podman init commandMatthew Heon2019-05-01
* enable podman remote topbaude2019-04-25
* podman-remote pause|unpausebaude2019-04-18
* Add the ability to attach remotely to a containerbaude2019-04-10
* podman-remote psbaude2019-04-09
* podman-remote create|runbaude2019-04-08
* size is optional for container inspectionbaude2019-03-26
* display logs for multiple containers at the same timebaude2019-03-15
* Merge pull request #2534 from jwhonce/wip/remote_waitOpenShift Merge Robot2019-03-06
|\
| * Implement podman-remote wait command and container subcommandJhon Honce2019-03-06
* | podman-remote pod top|statsbaude2019-03-06
|/
* Support podman-remote stop container(s)Jhon Honce2019-03-02
* make remote-client error messaging more robustbaude2019-02-22
* pod infra container is started before a container in a pod is run, started, o...Peter Hunt2019-02-15
* Fix volume handling in podmanDaniel J Walsh2019-02-14
* varlink: Rename `ContainerInList` to `Container`Lars Karlitski2019-02-12
* varlink: Remove `NotImplemented` typeLars Karlitski2019-02-12
* podman-remote import|exportbaude2019-02-05
* podman-remote inspectbaude2019-01-18