mirror of https://github.com/containers/podman.git
libpod: fix comment
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
298f31ba6f
commit
e48f3137c0
|
@ -349,7 +349,7 @@ type ContainerMiscConfig struct {
|
||||||
Labels map[string]string `json:"labels,omitempty"`
|
Labels map[string]string `json:"labels,omitempty"`
|
||||||
// StopSignal is the signal that will be used to stop the container
|
// StopSignal is the signal that will be used to stop the container
|
||||||
StopSignal uint `json:"stopSignal,omitempty"`
|
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"`
|
StopTimeout uint `json:"stopTimeout,omitempty"`
|
||||||
// Timeout is maximum time a container will run before getting the kill signal
|
// Timeout is maximum time a container will run before getting the kill signal
|
||||||
Timeout uint `json:"timeout,omitempty"`
|
Timeout uint `json:"timeout,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue