Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: cbd2a30cd6185d1469f82f8b6693d6158c93d54a Component: engine
595 B
595 B
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