Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | podmanv2 add core container commands | Brent Baude | 2020-03-22 |
| | | | | | | add core container commands for podmanv2: kill, pause, restart, rm, stop, unpause Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | add pkg/signal | Valentin Rothberg | 2020-02-14 |
Add pkg/signal to deal with parts of signal processing and translating signals from string to numeric representations. The code has been copied from docker/docker (and attributed with the copyright) but been reduced to only what libpod needs (on Linux). Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |