Mercurial > hg > zsh-env
comparison zshrc-docker @ 82:0caebb6fae8d
move the helpers for docker into a separate file
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 04 Feb 2016 02:17:06 +0100 |
parents | |
children | 75a2fb4e6887 |
comparison
equal
deleted
inserted
replaced
81:a574c668b799 | 82:0caebb6fae8d |
---|---|
1 # | |
2 # Useful aliases and functions for docker | |
3 # | |
4 | |
5 alias dc="docker-compose" | |
6 alias dim="docker images" | |
7 alias dpa="docker ps -a --format 'table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}'" | |
8 | |
9 dex() { docker exec -it $1 /bin/sh } |