Linux Aliases Inital commit
This commit is contained in:
5
linux_aliases.md
Normal file
5
linux_aliases.md
Normal file
@@ -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}}"'
|
||||
Reference in New Issue
Block a user