mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
First batch of resolutions to FIXMEs
Most of these are no longer relevant, just drop the comments. Most notable change: allow `podman kill` on paused containers. Works just fine when I test it. Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
@ -14,7 +14,7 @@ The main process inside each container specified will be sent SIGKILL, or any si
|
||||
## OPTIONS
|
||||
#### **--all**, **-a**
|
||||
|
||||
Signal all running containers. This does not include paused containers.
|
||||
Signal all running and paused containers.
|
||||
|
||||
#### **--cidfile**
|
||||
|
||||
|
Reference in New Issue
Block a user