mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 03:34:58 +00:00
Update check-config for Linux 4.8
Temporarily using unmerged version until upstream. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
2759c51105
commit
c05ba1397e
@ -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"]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user