mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
cbd2a30cd6
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
11 lines
595 B
Markdown
11 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
|