Skip to content

Commit

Permalink
libpod: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jun 21, 2024
1 parent 298f31b commit e48f313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/container_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ type ContainerMiscConfig struct {
Labels map[string]string `json:"labels,omitempty"`
// StopSignal is the signal that will be used to stop the container
StopSignal uint `json:"stopSignal,omitempty"`
// StopTimeout is the signal that will be used to stop the container
// StopTimeout is maximum time a container is allowed to run after getting the stop signal
StopTimeout uint `json:"stopTimeout,omitempty"`
// Timeout is maximum time a container will run before getting the kill signal
Timeout uint `json:"timeout,omitempty"`
Expand Down

0 comments on commit e48f313

Please sign in to comment.