mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
Merge pull request #755 from justincormack/check-config-merged
revert to upstream check-config as PR merged
This commit is contained in:
commit
04b981928e
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user