mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
Quadlet - add StopTimeout key for .container file
Allow setting the timeout for stopping the container Add test Update man Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
5
test/e2e/quadlet/stoptimeout.container
Normal file
5
test/e2e/quadlet/stoptimeout.container
Normal file
@@ -0,0 +1,5 @@
|
||||
## assert-podman-args "--stop-timeout" "20"
|
||||
|
||||
[Container]
|
||||
Image=localhost/imagename
|
||||
StopTimeout=20
|
||||
@@ -812,6 +812,7 @@ BOGUS=foo
|
||||
Entry("selinux.container", "selinux.container", 0, ""),
|
||||
Entry("shmsize.container", "shmsize.container", 0, ""),
|
||||
Entry("shortname.container", "shortname.container", 0, "Warning: shortname.container specifies the image \"shortname\" which not a fully qualified image name. This is not ideal for performance and security reasons. See the podman-pull manpage discussion of short-name-aliases.conf for details."),
|
||||
Entry("stoptimeout.container", "stoptimeout.container", 0, ""),
|
||||
Entry("subidmapping.container", "subidmapping.container", 0, ""),
|
||||
Entry("subidmapping-with-remap.container", "subidmapping-with-remap.container", 1, "converting \"subidmapping-with-remap.container\": deprecated Remap keys are set along with explicit mapping keys"),
|
||||
Entry("sysctl.container", "sysctl.container", 0, ""),
|
||||
|
||||
Reference in New Issue
Block a user