feat: spec a config file - #8
Conversation
Now supporting a spec file with optional rootless mode
|
That change are based on youki spec when the unique example of oci spec exists for spec, can you help me organize the code with your vision? |
|
No problem @ktfth ! When I started this project, besides learning how stuff works in the Linux kernel (namespaces, cgroups) I also had in mind to keep pura as lightweight as possible. For the start I would rather go with the built-in, minimal OCI spec models, than including Regarding new commands ( All "inside-container" related stuff goes under One more thing, keep the code as light as possible, skip unnecessary mount flags if not needed for the bare minimum runtime, reuse functions from already imported libraries prior to installing/including new ones (for example, Again, many thanks for your effort! I've started to implement cgroupsV2 and |
|
I'm gonna make all the changes to be more close of your vision, and a plan for the Thank you for your instructions |
Now supporting a spec file with optional rootless mode