Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added helper function for libpod pod api calls | haircommander | 2018-08-16 |
| | | | | | | | Signed-off-by: haircommander <pehunt@redhat.com> Closes: #1275 Approved by: mheon | ||
* | CreatePod args now PodCreate structure | haircommander | 2018-08-16 |
| | | | | | | | Signed-off-by: haircommander <pehunt@redhat.com> Closes: #1275 Approved by: mheon | ||
* | Added reason to PodContainerError | haircommander | 2018-08-16 |
| | | | | | | | Signed-off-by: haircommander <pehunt@redhat.com> Closes: #1275 Approved by: mheon | ||
* | Change batchcontainer to shared | haircommander | 2018-08-16 |
| | | | | | | | | | To better reflect it's usage: to share functions between podman and varlink. Signed-off-by: haircommander <pehunt@redhat.com> Closes: #1275 Approved by: mheon | ||
* | Add Pod API to varlink. | haircommander | 2018-08-16 |
Including: GetPod, StartPod, StopPod, RestartPod, KillPod, PausePod, UnpausePod, CreatePod, RemovePod, and InspectPod Signed-off-by: haircommander <pehunt@redhat.com> Closes: #1275 Approved by: mheon |