Skip to content

Instantly share code, notes, and snippets.

@marcelmaatkamp
Last active August 29, 2015 14:16
Show Gist options
  • Save marcelmaatkamp/743eae50c8e2a17e6c37 to your computer and use it in GitHub Desktop.
Save marcelmaatkamp/743eae50c8e2a17e6c37 to your computer and use it in GitHub Desktop.
consul
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