Add a test case for the sysctl package

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-05-19 15:41:13 +01:00
parent e12b5a36ba
commit 345a294b5e
6 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
FROM alpine:edge
ADD . ./
ENTRYPOINT ["/bin/sh", "/check.sh"]