Last active
August 29, 2015 14:16
-
-
Save marcelmaatkamp/cdf7e1c4b3e34a2d5828 to your computer and use it in GitHub Desktop.
registrator
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 \ | |
--name registrator \ | |
--link consul:consul \ | |
-v /var/run/docker.sock:/tmp/docker.sock \ | |
gliderlabs/registrator consul://consul:8500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment