Last active
December 15, 2016 10:55
-
-
Save zshamrock/eaff7d1bb2cbd11a5959d9e9516861dc to your computer and use it in GitHub Desktop.
Kapacitor CLI
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
#!/usr/bin/env bash | |
. versions.sh | |
docker run --rm --net=container:kapacitor${KAPACITOR_VERSION} \ | |
-v $PWD/cli/kapacitor:/root -w=/root -it \ | |
-v $PWD/cli/kapacitor/logs:/var/log \ | |
kapacitor:${KAPACITOR_VERSION} bash -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment