summaryrefslogtreecommitdiff
path: root/pkg/libcontainer/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/libcontainer/TODO.md')
-rw-r--r--pkg/libcontainer/TODO.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkg/libcontainer/TODO.md b/pkg/libcontainer/TODO.md
index f18c0b4c51..87224db85d 100644
--- a/pkg/libcontainer/TODO.md
+++ b/pkg/libcontainer/TODO.md
@@ -1,17 +1,11 @@
#### goals
* small and simple - line count is not everything but less code is better
-* clean lines between what we do in the pkg
* 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
-* proper tty for a new process in an existing container
-* use exec or raw syscalls for new process in existing container
-* setup proper user in namespace if specified
-* implement hook or clean interface for cgroups
+* 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
-* pivot root
* selinux
-* apparmor