mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 16:24:14 +00:00
See https://github.com/moby/tool/pull/56 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
5 lines
163 B
Docker
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"]}'
|