fuweid / embedshim

Provide task runtime implementation with pidfd and eBPF sched_process_exit tracepoint to manage deamonless container with low overhead.
Apache License 2.0
117 stars 11 forks source link

Feature: support exec API #13

Closed fuweid closed 2 years ago

fuweid commented 2 years ago

The runC-like command doesn't support create-start two steps like init. There needs a wrapper to support exec by pidfd and exitsnoop.

And maybe draft propose two steps in runc community.