Created
January 20, 2015 19:15
-
-
Save navicore/2416ddf994b7e2a79978 to your computer and use it in GitHub Desktop.
docker command to init and run a influxdb container with a db pre allocated
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
| # docker command to init and run a influxdb container with a db pre allocated | |
| docker run --name influxdb -e PRE_CREATE_DB="pollen" -d -p 8083:8083 -p 8086:8086 --expose 8090 --expose 8099 tutum/influxdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment