Add support for the OCI runtime spec by implementing a runc stage2
- Mentors
- Alban Crequy, Iago López Galeiras
- Organization
- Cloud Native Computing Foundation (CNCF)
rkt implements the App Container Executor specification of the appc Container Specification and uses systemd unit properties to implement its features. To implement the OCI runtime spec, systemd unit properties are not suitable since they differ from what the spec defines. The idea is to replace systemd unit properties by runc to implement the OCI runtime spec.