containerd / go-runc

runc bindings for Go
Apache License 2.0
161 stars 71 forks source link

Add checkpoint and restore #10

Closed crosbymichael closed 7 years ago

crosbymichael commented 7 years ago

ping @mlaventure

mlaventure commented 7 years ago

Did not test, but the code LGTM.

However, the way CRIU is integrated within runc needs to be re-worked I think. Having a flag for each option is quickly going to become a nightmare.

Currently, most options aren't available through runc (see the CLI).

It may be nice if runc could just take a config file matching the RPC api which would make it easily to follow update in CRIU