Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for using influx-cli from docker #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bbinet
Copy link

@bbinet bbinet commented Dec 17, 2014

No description provided.

@Dieterbe
Copy link
Owner

like i mentioned in #13 this seems like overkill to me, especially with the wrapper script. what do other people think of this? to merge or not to merge?

@Dieterbe Dieterbe mentioned this pull request Dec 17, 2014
@bbinet
Copy link
Author

bbinet commented Dec 17, 2014

As you want :)
I did it for my own need: I didn't want to setup a full golang environment just for influx-cli, and because I already use docker for this kind of thing, adding a Dockerfile was a good way for me to use influx-cli.

And once influx-cli is available on docker hub, you can also pull the image directly:

$ docker pull bbinet/influx-cli
$ docker run --rm -ti bbinet/influx-cli

The wrapper script is ther to make it easier to use influx-cli config file and to easily work with pipes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants