view zshrc-docker @ 89:a31352c6a051

The folder for the rpi checkout has changed ...
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 23 May 2016 08:57:44 +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 }