Improve local tooling

This commit is contained in:
Pierre Martin
2017-03-28 08:15:41 +02:00
parent 80c2641ef3
commit c48fae6cc0
7 changed files with 16 additions and 5 deletions

8
.zshrc
View File

@@ -65,4 +65,12 @@ caddy() {
ngrok() {
docker run --rm -it --link "$1":http wernight/ngrok ngrok http http:"$2"
}
ctop() {
docker run -ti -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest
}
jq() {
docker run -i pinterb/jq:latest $@
}