Merge pull request #11466 from jelly/doc_api_restart

[CI:DOCS] Document default timeout for libpod API Container Restart
This commit is contained in:
OpenShift Merge Robot 2021-09-07 17:03:45 +02:00 committed by GitHub
commit 88976fcede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1028,7 +1028,8 @@ func (s *APIServer) registerContainersHandlers(r *mux.Router) error {
// - in: query
// name: t
// type: integer
// description: timeout before sending kill signal to container
// default: 10
// description: number of seconds to wait before killing container
// produces:
// - application/json
// responses: