view zshrc-docker @ 107:93f7be107f46

include the docker commands
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 12 Nov 2016 02:52:13 +0100
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 }