Skip to content

Instantly share code, notes, and snippets.

@izonder
Created October 25, 2017 13:13
Show Gist options
  • Save izonder/53ad1a716089906d523bb3f04db3e1a2 to your computer and use it in GitHub Desktop.
Save izonder/53ad1a716089906d523bb3f04db3e1a2 to your computer and use it in GitHub Desktop.
Rancher + Prometheus
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