Last active
August 29, 2015 14:16
-
-
Save marcelmaatkamp/743eae50c8e2a17e6c37 to your computer and use it in GitHub Desktop.
consul
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d \ | |
--name consul \ | |
-p 8300:8300 \ | |
-p 8301:8301 \ | |
-p 8301:8301/udp \ | |
-p 8302:8302 \ | |
-p 8302:8302/udp \ | |
-p 8400:8400 \ | |
-p 8500:8500 \ | |
-p 8600:53/udp \ | |
-h node1 progrium/consul \ | |
-server -bootstrap -ui-dir /ui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment