mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-28 13:45:14 +00:00
- grant all capabilities - generate human readable output - add a check.sh script to see if the tests passed/failed - add a poweroff image to handle powering off the vm Signed-off-by: Dave Tucker <dt@docker.com>
4 lines
64 B
Docker
4 lines
64 B
Docker
FROM alpine:3.5
|
|
ADD . ./
|
|
ENTRYPOINT ["/bin/sh", "/poweroff.sh"]
|