We are working on the [lifecycle test](https://github.com/opencontainers/runtime-tools/pull/558) and found 'runc' calls 'prestart/poststart' hooks in the 'create' phase. It is not compliant with the spec: https://github.com/opencontainers/runtime-spec/blob/master/config.md#prestart https://github.com/opencontainers/runtime-spec/blob/master/config.md#poststart There are similar OLD issues #1574 and #1135.