view zshrc-docker @ 95:efa07c8367eb

remove the -t option for world updates - too much clutter
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 07 Jun 2016 06:57:15 +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 }