From 20468289fe130d147ed602e785aab77dfe5de810 Mon Sep 17 00:00:00 2001 From: Mael FOSSO Date: Thu, 13 Aug 2020 06:32:51 +0200 Subject: [PATCH] Update container-lifecycle-hooks.md To follow the same logic like the one for describing the **PreStop** hook, I think it's better to write it kike that. --- .../en/docs/concepts/containers/container-lifecycle-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/container-lifecycle-hooks.md b/content/en/docs/concepts/containers/container-lifecycle-hooks.md index c8e93e93db..09d5530a29 100644 --- a/content/en/docs/concepts/containers/container-lifecycle-hooks.md +++ b/content/en/docs/concepts/containers/container-lifecycle-hooks.md @@ -30,7 +30,7 @@ There are two hooks that are exposed to Containers: `PostStart` -This hook executes immediately after a container is created. +This hook is executed immediately after a container is created. However, there is no guarantee that the hook will execute before the container ENTRYPOINT. No parameters are passed to the handler.