Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hosting
consul-proxy
Commits
55d9e7f6
Commit
55d9e7f6
authored
Mar 11, 2016
by
Thomas Urban
Browse files
dropping unused start script, exposing 8600 instead of 53
parent
39043ce5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
55d9e7f6
...
...
@@ -4,7 +4,7 @@ MAINTAINER Thomas Urban <thomas.urban@cepharum.de>
ADD
https://releases.hashicorp.com/consul/0.6.3/consul_0.6.3_linux_amd64.zip /tmp/consul.zip
RUN
cd
/bin
&&
unzip /tmp/consul.zip
&&
chmod
+x /bin/consul
&&
rm
/tmp/consul.zip
EXPOSE
8300 8301 8301/udp 8302 8302/udp 8400 8500
53
/udp
EXPOSE
8300 8301 8301/udp 8302 8302/udp 8400 8500
8600
/udp
VOLUME
/etc/consul /var/spool/consul
...
...
start
deleted
100644 → 0
View file @
39043ce5
#!/bin/sh
consul agent
-config-file
/etc/consul/config
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment