Files
linuxkit/test/pkg/poweroff/Dockerfile
2017-05-30 15:06:30 +01:00

5 lines
163 B
Docker

FROM alpine:3.5
ADD . ./
ENTRYPOINT ["/bin/sh", "/poweroff.sh"]
LABEL org.mobyproject.config='{"pid": "host", "readonly": true, "capabilities": ["CAP_SYS_BOOT"]}'