mirror of https://github.com/containers/podman.git
Merge pull request #11466 from jelly/doc_api_restart
[CI:DOCS] Document default timeout for libpod API Container Restart
This commit is contained in:
commit
88976fcede
|
@ -1028,7 +1028,8 @@ func (s *APIServer) registerContainersHandlers(r *mux.Router) error {
|
||||||
// - in: query
|
// - in: query
|
||||||
// name: t
|
// name: t
|
||||||
// type: integer
|
// type: integer
|
||||||
// description: timeout before sending kill signal to container
|
// default: 10
|
||||||
|
// description: number of seconds to wait before killing container
|
||||||
// produces:
|
// produces:
|
||||||
// - application/json
|
// - application/json
|
||||||
// responses:
|
// responses:
|
||||||
|
|
Loading…
Reference in New Issue