mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-13 01:21:56 +00:00
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>
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM scratch
|
|
COPY . ./
|
|
CMD ["/usr/bin/sysfs"]
|