Add a sysfs container

However, do not try to change memory cgroups from it; this needs to be in `init`.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-04-10 14:31:30 +01:00
parent bd5780e46d
commit efd1efe531
6 changed files with 127 additions and 0 deletions

3
pkg/sysfs/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM scratch
COPY . ./
CMD ["/usr/bin/sysfs"]