Mercurial > hg > zsh-env
comparison zshrc-docker @ 101:e7b3df4a220f
add an alias for docker logs
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 09 Nov 2016 08:21:54 +0100 |
parents | e0990028b5bf |
children | 23f027afc87f |
comparison
equal
deleted
inserted
replaced
100:deff86179ed8 | 101:e7b3df4a220f |
---|---|
1 # | 1 # |
2 # Useful aliases and functions for docker | 2 # Useful aliases and functions for docker |
3 # | 3 # |
4 | 4 |
5 alias dim="docker images --format 'table {{.Repository}}\t{{.ID}}\t{{.Tag}}'" | 5 alias dim="docker images --format 'table {{.Repository}}\t{{.ID}}\t{{.Tag}}'" |
6 alias dlf="ocker logs -f" | |
6 alias doc="docker-compose" | 7 alias doc="docker-compose" |
7 alias doker=docker | 8 alias doker=docker |
8 alias dpa="docker ps -a --format 'table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}'" | 9 alias dpa="docker ps -a --format 'table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}'" |
9 | 10 |
10 dex() { docker exec -it $1 /bin/sh } | 11 dex() { docker exec -it $1 /bin/sh } |