From 62eec8ae0b02b09f03d0368e7e6034ce5c883d77 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Sun, 24 Apr 2016 23:47:54 -0300 Subject: [PATCH] Clarify postStart As Brendan Burns explained me in this email: https://groups.google.com/forum/#!topic/google-containers/5eUsmTSXpb8 --- docs/user-guide/container-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/container-environment.md b/docs/user-guide/container-environment.md index 35fcac136f..72365ab0c0 100644 --- a/docs/user-guide/container-environment.md +++ b/docs/user-guide/container-environment.md @@ -48,7 +48,7 @@ There are currently two container hooks that are surfaced to containers: *PostStart* -This hook is sent immediately after a container is created.  It notifies the container that it has been created.  No parameters are passed to the handler. +This hook is sent immediately after a container is created.  It notifies the container that it has been created.  No parameters are passed to the handler. It is NOT guaranteed that the hook will execute before the container entrypoint. *PreStop*