Created
October 25, 2017 13:13
-
-
Save izonder/53ad1a716089906d523bb3f04db3e1a2 to your computer and use it in GitHub Desktop.
Rancher + Prometheus
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 \ | |
--volumes-from rancher-data \ | |
--restart=unless-stopped \ | |
-e CATTLE_PROMETHEUS_EXPORTER=true \ | |
-p 8080:8080 \ | |
-p 9108:9108 \ | |
rancher/server:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment