Document default timeout for libpod API Container Restart

Signed-off-by: Jelle van der Waa <jvanderwaa@redhat.com>
This commit is contained in:
Jelle van der Waa
2021-09-07 14:46:00 +02:00
parent c20227bd16
commit 1150d1b0b8

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: