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
StartContainer hooks run with the same process atrributes (permissions, uid, gid ...) as the container process in lxcri-init,
right before execing the container process:
Implement and test
POSIX platform hooks
defined by the runtime spec.https://github.com/opencontainers/runtime-spec/blob/master/config.md#posix-platform-hooks
Most of the OCI hooks could probably simply be mapped to the lxc
CONTAINER HOOKS
(man lxc.container.conf
).The text was updated successfully, but these errors were encountered: