Last active
December 15, 2016 10:56
-
-
Save zshamrock/0f1a2f93a820671c5104685357719cde to your computer and use it in GitHub Desktop.
InfluxDB CLI
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
#!/usr/bin/env bash | |
. versions.sh | |
docker run --rm --net=container:influxdb${INFLUXDB_VERSION} -it influxdb:${INFLUXDB_VERSION} influx -host localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment