Commit f04921ac authored by nimrod's avatar nimrod
Browse files

- Added shell alias to a dockerized statsd-vis.

parent 6cd87ec0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ alias sudo="sudo "
alias presentation='docker run -itv "$PWD:/project" adarnimrod/presentation'
alias prune_prerun='find "$HOME" -maxdepth 1 -name ".prerun.*" -print0 | grep -zv "$(pgrep -u "$(id -u)" bash)" | xargs -0r rm '
alias netdata='docker run --detach --name netdata --cap-add SYS_PTRACE --volume /proc:/host/proc:ro --volume /sys:/host/sys:ro --volume /var/run/docker.sock:/var/run/docker.sock --publish 19999:19999 firehol/netdata'
alias statsd-vis='docker run --detach --rm --name statsd-vis --publish 8125:8125/tcp --publish 8125:8125/udp --publish 8080:8080/tcp adarnimrod/statsd-vis'

deduce_aws_region () {
    AWS_DEFAULT_REGION="$(python << EOF