Skip to content

Instantly share code, notes, and snippets.

@dazzag24
Created March 23, 2020 21:14
Show Gist options
  • Save dazzag24/aeb94c5e24d2ee0e55e96556c0508395 to your computer and use it in GitHub Desktop.
Save dazzag24/aeb94c5e24d2ee0e55e96556c0508395 to your computer and use it in GitHub Desktop.
influxdb-2.0.0-beta docker command
mkdir $HOME/influxdbv2
docker run -p 9999:9999 --name influxdb --restart=unless-stopped -v $HOME/influxdbv2:/root/.influxdbv2 quay.io/influxdb/influxdb:2.0.0-beta --reporting-disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment