Merge pull request #755 from justincormack/check-config-merged

revert to upstream check-config as PR merged
This commit is contained in:
Justin Cormack 2016-11-18 14:02:35 +00:00 committed by GitHub
commit 04b981928e

View File

@ -1,4 +1,4 @@
FROM alpine:3.4
RUN apk update && apk upgrade && apk add --no-cache bash
ADD https://raw.githubusercontent.com/justincormack/docker/228ee16df3d738efaf001309370b26561c49edd6/contrib/check-config.sh /usr/bin/check-config.sh
ADD https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh /usr/bin/check-config.sh
ENTRYPOINT ["/bin/bash", "/usr/bin/check-config.sh"]