mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
add minimal consul
This commit is contained in:
parent
470a3329c6
commit
ae460d2081
10
consul/Dockerfile
Normal file
10
consul/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
FROM progrium/busybox
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
ADD https://jesss.s3.amazonaws.com/consul/0.4.1/consul /usr/local/bin/consul
|
||||||
|
|
||||||
|
COPY ./dist/ /usr/src/consul
|
||||||
|
|
||||||
|
RUN chmod +x /usr/local/bin/consul
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/usr/local/bin/consul" ]
|
Loading…
Reference in New Issue
Block a user