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.
pull/23111/head
Mael FOSSO 2020-08-13 06:32:51 +02:00 committed by GitHub
parent cd31f49c76
commit 20468289fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.