12 lines
595 B
Markdown
12 lines
595 B
Markdown
#### goals
|
|
* small and simple - line count is not everything but less code is better
|
|
* provide primitives for working with namespaces not cater to every option
|
|
* extend via configuration not by features - host networking, no networking, veth network can be accomplished via adjusting the container.json, nothing to do with code
|
|
|
|
#### tasks
|
|
* reexec or raw syscalls for new process in existing container
|
|
* example configs for different setups (host networking, boot init)
|
|
* improve pkg documentation with comments
|
|
* testing - this is hard in a low level pkg but we could do some, maybe
|
|
* selinux
|