Merge pull request #44499 from steve-hardman/fix-typo-hook
Update container-lifecycle-hooks.mdpull/44732/head
commit
08a9e5db36
|
@ -50,7 +50,7 @@ A more detailed description of the termination behavior can be found in
|
||||||
### Hook handler implementations
|
### Hook handler implementations
|
||||||
|
|
||||||
Containers can access a hook by implementing and registering a handler for that hook.
|
Containers can access a hook by implementing and registering a handler for that hook.
|
||||||
There are two types of hook handlers that can be implemented for Containers:
|
There are three types of hook handlers that can be implemented for Containers:
|
||||||
|
|
||||||
* Exec - Executes a specific command, such as `pre-stop.sh`, inside the cgroups and namespaces of the Container.
|
* Exec - Executes a specific command, such as `pre-stop.sh`, inside the cgroups and namespaces of the Container.
|
||||||
Resources consumed by the command are counted against the Container.
|
Resources consumed by the command are counted against the Container.
|
||||||
|
|
Loading…
Reference in New Issue