view zshrc-docker @ 97:f320edc311f0

add a universally useable screenrc
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 18 Sep 2016 09:55:12 +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 }