Skip to content

Instantly share code, notes, and snippets.

@navicore
Created January 20, 2015 19:15
Show Gist options
  • Select an option

  • Save navicore/2416ddf994b7e2a79978 to your computer and use it in GitHub Desktop.

Select an option

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
# 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