spiegel_podman/cmd/podman/containers
Matthew Heon 1cc9731dfa Add parallel operation to podman stop
This is the other command that benefits greatly from being run in
parallel, due to the potential 15-second timeout for containers
that ignore SIGTERM.

While we're at it, also clean up how stop timeout is set. This
needs to be an optional parameter, so that the value set when the
container is created with `--stop-timeout` will be respected.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-06-05 16:18:53 -04:00
..
attach.go v2 podman remote attach, start, and run 2020-05-15 10:09:45 -05:00
checkpoint.go Fix checkpoint --leave-running 2020-05-14 14:29:04 +02:00
cleanup.go Enable cleanup processes for detached exec 2020-05-20 16:11:05 -04:00
commit.go fix commands without input 2020-04-30 15:10:49 -05:00
container.go V2 enable ps tests 2020-04-29 15:51:37 -07:00
cp.go v2 podman unshare command 2020-05-08 13:28:11 -05:00
create.go Namespace fields were set with bogus values 2020-06-03 15:56:17 -04:00
diff.go V2 enable ps tests 2020-04-29 15:51:37 -07:00
exec.go Add bindings for exec and enable attached remote 2020-06-01 17:24:00 -04:00
exists.go system tests must pass 2020-04-28 15:17:00 -05:00
export.go fix commands without input 2020-04-30 15:10:49 -05:00
init.go v2 podman unshare command 2020-05-08 13:28:11 -05:00
inspect.go Ensure that image/container inspect are specialized 2020-06-03 14:25:45 -04:00
kill.go fix commands without input 2020-04-30 15:10:49 -05:00
list.go V2 enable ps tests 2020-04-29 15:51:37 -07:00
logs.go V2 enable remote logs and testing 2020-05-22 07:51:29 -07:00
mount.go v2 podman unshare command 2020-05-08 13:28:11 -05:00
pause.go podmanv2 container subcommands 2020-04-21 08:39:54 -05:00
port.go add port to podman remote command 2020-05-11 14:09:41 -05:00
prune.go Fix errors found when comparing podman v1 --help versus V2 2020-05-04 14:16:34 -04:00
ps.go Merge pull request #6080 from baude/v2stats 2020-05-05 17:29:56 +02:00
restart.go podmanv2 container subcommands 2020-04-21 08:39:54 -05:00
restore.go Podman V2 birth 2020-04-16 15:53:58 -05:00
rm.go Attempt to turn on additional build tests 2020-05-22 12:55:23 -04:00
run.go check --user range for rootless containers 2020-06-02 11:28:58 -04:00
runlabel.go Attempt to turn on additional build tests 2020-05-22 12:55:23 -04:00
start.go v2 podman remote attach, start, and run 2020-05-15 10:09:45 -05:00
stats.go container stats: fix --no-stream race 2020-05-27 13:51:48 +02:00
stop.go Add parallel operation to podman stop 2020-06-05 16:18:53 -04:00
top.go Fix build on OS X 2020-05-20 18:24:56 -04:00
unmount.go enable rootless mount tests 2020-05-11 13:03:09 +02:00
unpause.go BATS help test: check usage string 2020-05-05 07:19:58 -06:00
utils.go Podman V2 birth 2020-04-16 15:53:58 -05:00
wait.go Add more Remote tests 2020-06-03 06:35:45 -04:00