mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-30 05:54:16 +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>
5 lines
157 B
Docker
5 lines
157 B
Docker
FROM debian:jessie-slim@sha256:2a14128195ab26b1c56c5773dda9def9b909c2e01596ef9108e2295d418210a3
|
|
ADD . /
|
|
WORKDIR /opt/ltp
|
|
ENTRYPOINT ["/bin/sh", "/check.sh"]
|