mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Merge pull request #754 from justincormack/config-4.8
Update check-config for Linux 4.8
This commit is contained in:
commit
d4b0ee49c2
@ -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