mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 09:57:25 +00:00
5 lines
192 B
Docker
5 lines
192 B
Docker
FROM alpine:3.5
|
|
ADD . ./
|
|
ENTRYPOINT ["/bin/sh", "/poweroff.sh"]
|
|
LABEL org.mobyproject.config='{"net": "host","pid": "host", "ipc": "host", "readonly": true, "capabilities": ["CAP_SYS_BOOT"]}'
|