diff --git a/linux_aliases.md b/linux_aliases.md new file mode 100644 index 0000000..2ccf076 --- /dev/null +++ b/linux_aliases.md @@ -0,0 +1,5 @@ +# My Linux Aliases +## Docker +### Better Docker PS +#### A custom 'docker ps' command which is also shorter in the command and in the output. cuz why not. +alias dps='docker ps --format "table {{.Names}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}"' \ No newline at end of file