Created
March 23, 2020 21:14
-
-
Save dazzag24/aeb94c5e24d2ee0e55e96556c0508395 to your computer and use it in GitHub Desktop.
influxdb-2.0.0-beta docker command
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
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