Files
linuxkit/pkg/sysfs/Dockerfile
Justin Cormack efd1efe531 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>
2017-04-10 14:33:38 +01:00

4 lines
46 B
Docker

FROM scratch
COPY . ./
CMD ["/usr/bin/sysfs"]