mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-08 21:30:42 +02: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…
x
Reference in New Issue
Block a user