website/content/zh-cn/docs/reference/glossary/container-lifecycle-hooks.md

1.4 KiB
Raw Blame History

title id date full_link short_description aka tags
容器生命周期钩子Container Lifecycle Hooks container-lifecycle-hooks 2018-10-08 /zh-cn/docs/concepts/containers/container-lifecycle-hooks/ 生命周期钩子暴露容器管理生命周期中的事件,允许用户在事件发生时运行代码。
extension

生命周期钩子Lifecycle Hooks暴露{{< glossary_tooltip text="容器" term_id="container" >}}管理生命周期中的事件,允许用户在事件发生时运行代码。

针对容器暴露了两个钩子: PostStart 在容器创建之后立即执行, PreStop 在容器停止之前立即阻塞并被调用。