summaryrefslogtreecommitdiff
path: root/cmd/podman/sigproxy.go
Commit message (Collapse)AuthorAge
* If proxy fails then then signal should be sent to the main processDaniel J Walsh2018-07-13
| | | | | | | | | | This way ^c will actually kill the host process if the container is not actually running. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1086 Approved by: baude
* Add signal proxying to podman run, start, and attachMatthew Heon2018-03-15
Also removes sig-proxy from 'podman create', where is does not make sense. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>