Closed lumjjb closed 6 years ago
Implemented a runtime that runs processes directly on the host, implementing the entire runtime spec container lifecycle.
create, start, state, kill, delete
init
Implementation largely based on similar runc taking from versions 0.1 as well as current master.
runc
Implemented a runtime that runs processes directly on the host, implementing the entire runtime spec container lifecycle.
create, start, state, kill, delete
init
Implementation largely based on similar
runc
taking from versions 0.1 as well as current master.