# HG changeset patch # User Dirk Olmes # Date 1530699827 -7200 # Node ID 8b961f7d78d924ead32c32ba10af863a73dacb85 # Parent 0348abf21fbe189b40c2dd0eb5142b7c15103695 rearrange the fields to be more copy/paste friendly diff -r 0348abf21fbe -r 8b961f7d78d9 zshrc-docker --- a/zshrc-docker Wed Jul 04 10:34:22 2018 +0200 +++ b/zshrc-docker Wed Jul 04 12:23:47 2018 +0200 @@ -2,8 +2,8 @@ # Useful aliases and functions for docker # -alias dim="docker images --format 'table {{.Repository}}\t{{.ID}}\t{{.Tag}}'" -alias dims="docker images --format 'table {{.Repository}}\t{{.ID}}\t{{.Tag}}\t{{.Size}}'" +alias dim="docker images --format 'table {{.Repository}}\t{{.Tag}}\t{{.ID}}'" +alias dims="docker images --format 'table {{.Repository}}\t{{.Tag}}\t{{.ID}}\t{{.Size}}'" alias dlf="docker logs -f" alias doc="docker-compose" alias doker=docker