mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-16 15:21:46 +00:00
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:
3
pkg/sysfs/Dockerfile
Normal file
3
pkg/sysfs/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM scratch
|
||||
COPY . ./
|
||||
CMD ["/usr/bin/sysfs"]
|
Reference in New Issue
Block a user