You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config: Remove incorrect "after the container namespaces are created"
Not all hooks are run after creation. In fact, there are currently no
postcreate hooks (prestart hooks are called "after the start operation
is called but before the user-specified program command is executed".
Fixing 28e8f68 (Hooks to linux,solaris and doc clarification,
2017-05-24, opencontainers#855), which pulled the broken line in from a Go comment
[1].
[1]: opencontainers#855 (comment)
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments