diff --git a/.bash_aliases b/.bash_aliases index f7c78d9..2c80b6a 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -114,7 +114,7 @@ alias docprune='docker image prune && docker network prune && docker container p alias bin='nc termbin.com 9999' # Quicker Docker exec alias dex='docker exec' - +alias dps="docker ps --format 'CONTAINER ID: {{.ID}}\nIMAGE: {{.Image}}\nCOMMAND: {{.Command}}\nCREATED: {{.CreatedAt}}\nSTATUS: {{.Status}}\nPORTS: {{.Ports}}\nNAMES: {{.Names}}\n'|cat" # Misc # Get the weather. Put your location after the command alias wttr='ansiweather -u imperial -s false -l'