Skip to content

Instantly share code, notes, and snippets.

@zshamrock
Last active December 15, 2016 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zshamrock/eaff7d1bb2cbd11a5959d9e9516861dc to your computer and use it in GitHub Desktop.
Save zshamrock/eaff7d1bb2cbd11a5959d9e9516861dc to your computer and use it in GitHub Desktop.
Kapacitor CLI
#!/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