spiegel_podman/cmd/podman/shared
baude 2dd9cae37c rm -f now removes a paused container
We now can remove a paused container by sending it a kill signal while it
is paused.  We then unpause the container and it is immediately killed.

Also, reworked how the parallelWorker results are handled to provide a
more consistent approach to how each subcommand implements it. It also
fixes a bug where if one container errors, the error message is duplicated
when printed out.

Signed-off-by: baude <bbaude@redhat.com>
2018-11-08 15:18:11 -06:00
..
container.go truncate command output in ps by default 2018-10-30 08:35:22 -05:00
funcs.go runlabel: run any command 2018-10-24 14:02:43 +02:00
funcs_test.go runlabel: run any command 2018-10-24 14:02:43 +02:00
parallel.go rm -f now removes a paused container 2018-11-08 15:18:11 -06:00
pod.go Fix pod status reporting for new Exited state 2018-10-03 15:34:34 -04:00