Merge pull request #23111 from maelfosso/patch-1
Update container-lifecycle-hooks.md : PostStart sectionpull/23230/head
commit
253e7e8cf3
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue