Clarify postStart

As Brendan Burns explained me in this email:
https://groups.google.com/forum/#!topic/google-containers/5eUsmTSXpb8
This commit is contained in:
Rodrigo Campos
2016-04-24 23:47:54 -03:00
parent abff28dd7c
commit 62eec8ae0b
+1 -1
View File
@@ -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*