You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
290 B

#!/bin/bash
sudo docker run \
-p 8888:8888 \
-e "INFLUXDB_URL=https://westeurope-1.azure.cloud2.influxdata.com" \
-e "INFLUXDB_ORG=0df6a2a05711109d" \
-e "INFLUXDB_TOKEN=2fDKVDMMZBWRHGRMvu6vhdBDZ9H8eSRJS4Wn7ZKR6Y7hchze5TwNp-ITzVCRA5Yx4rb9Ww1InX2HeX1JRbCPWg==" \
-d \
chronograf