mirror of
https://github.com/containers/podman.git
synced 2025-11-03 07:47:19 +08:00
Vendor in containers/common@main
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
4
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
@ -406,6 +406,10 @@ type EngineConfig struct {
|
||||
// before sending kill signal.
|
||||
StopTimeout uint `toml:"stop_timeout,omitempty,omitzero"`
|
||||
|
||||
// ExitCommandDelay is the number of seconds to wait for the exit
|
||||
// command to be send to the API process on the server.
|
||||
ExitCommandDelay uint `toml:"exit_command_delay,omitempty,omitzero"`
|
||||
|
||||
// ImageCopyTmpDir is the default location for storing temporary
|
||||
// container image content, Can be overridden with the TMPDIR
|
||||
// environment variable. If you specify "storage", then the
|
||||
|
||||
Reference in New Issue
Block a user