Merge pull request #754 from justincormack/config-4.8

Update check-config for Linux 4.8
This commit is contained in:
Justin Cormack 2016-11-18 11:59:16 +00:00 committed by GitHub
commit d4b0ee49c2
2 changed files with 2 additions and 2 deletions

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/docker/docker/master/contrib/check-config.sh /usr/bin/check-config.sh
ADD https://raw.githubusercontent.com/justincormack/docker/228ee16df3d738efaf001309370b26561c49edd6/contrib/check-config.sh /usr/bin/check-config.sh
ENTRYPOINT ["/bin/bash", "/usr/bin/check-config.sh"]

View File

@ -14,4 +14,4 @@ wget -O - -q localhost/hostname
docker kill webserver
docker rm webserver
docker swarm init
docker run mobylinux/check-config:0f776482f1201ded6c3d2a8402ec3a8b9a001415
docker run mobylinux/check-config:d57f9829e3f862acc0f7c8421bd8579650287fb6