Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 2, 2020 10:21
Show Gist options
  • Save velotiotech/1b05736eae577b3def2b28ae27e61ed4 to your computer and use it in GitHub Desktop.
Save velotiotech/1b05736eae577b3def2b28ae27e61ed4 to your computer and use it in GitHub Desktop.
docker run --name influxdb -p 8083:8083 -p 8086:8086 influxdb:1.0
docker run --name grafana -p 3000:3000 --link influxdb grafana/grafana:3.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment