summaryrefslogtreecommitdiff
path: root/libpod/finished_amd64.go
Commit message (Collapse)AuthorAge
* Add ability to update container status from runcMatthew Heon2017-11-21
Wire this in to all state-bound container operations to ensure syncronization of container state. Also exposes PID of running containers via API. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #56 Approved by: rhatdan