Use labels for the test-sysctl image

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-05-19 16:45:41 +01:00
parent 702ad5d9d9
commit 4d4598e784
2 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
FROM alpine:edge
ADD . ./
ENTRYPOINT ["/bin/sh", "/check.sh"]
LABEL org.mobyproject.config='{"net": "host","pid": "host", "ipc": "host", "readonly": true}'