Mercurial > hg > zsh-env
view zshrc-docker @ 96:abb5f16ddcb3
standardize on multitail instead of mtail
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 18 Sep 2016 09:53:04 +0200 |
parents | e0990028b5bf |
children | e7b3df4a220f |
line wrap: on
line source
# # Useful aliases and functions for docker # alias dim="docker images --format 'table {{.Repository}}\t{{.ID}}\t{{.Tag}}'" alias doc="docker-compose" alias doker=docker alias dpa="docker ps -a --format 'table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}'" dex() { docker exec -it $1 /bin/sh }