[RFE] podman kill --cidfile #8443
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
podman version: 2.1.1
Ubuntu: 20.04 LTS server
I would like to request
podman kill
be outfitted with reading container id via--cidfile
This is useful in Systemd services for
ExecReload
, e.g.ExecReload=/usr/bin/podman kill --signal HUP --cidfile %t/%n.ctr-id
Actually, I was sort of surprised this didn't already exist, like it is for
run
andstop
.Thank you for your consideration.
The text was updated successfully, but these errors were encountered: