mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 07:32:43 +00:00
5 lines
156 B
Docker
5 lines
156 B
Docker
FROM alpine:edge
|
|
ADD . ./
|
|
ENTRYPOINT ["/bin/sh", "/check.sh"]
|
|
LABEL org.mobyproject.config='{"net": "host","pid": "host", "ipc": "host", "readonly": true}'
|