Skip to content

Commit

Permalink
Remove extra occurance of container in the container lifecycle hooks …
Browse files Browse the repository at this point in the history
…definition (#12621)
  • Loading branch information
daminisatya authored and k8s-ci-robot committed Feb 13, 2019
1 parent c533563 commit e0bc704
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ full_link: /docs/concepts/containers/container-lifecycle-hooks/
short_description: >
The lifecycle hooks expose events in the container management lifecycle and let the user run code when the events occur.
aka:
aka:
tags:
- extension
---
The lifecycle hooks expose events in the {{< glossary_tooltip text="Container" term_id="container" >}}container management lifecycle and let the user run code when the events occur.
The lifecycle hooks expose events in the {{< glossary_tooltip text="Container" term_id="container" >}} management lifecycle and let the user run code when the events occur.

<!--more-->
<!--more-->

Two hooks are exposed to Containers: PostStart which executes immediately after a container is created and PreStop which is blocking and is called immediately before a container is terminated.

0 comments on commit e0bc704

Please sign in to comment.