Last active
April 28, 2017 11:51
-
-
Save Pradnya-Paranjape/147caeebe24fe2f8e05dced841b1908b to your computer and use it in GitHub Desktop.
docker command to run activity migration
This file contains 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 run -v /opt/migrations/:/migrations -e "START_DATE=2016-01-01" -e "END_DATE=2017-12-30" -e 'INFLUX_HOST_NAME={{IP_ADDRESS}}' -e 'INFLUX_PORT={{PORT}}' localhost:5000/activity_migrator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment