Add aliases.sh file for convenience (will be updated)

This commit is contained in:
Jean Froment 2019-06-08 20:34:19 +02:00
parent 2073f449a8
commit 57c4c08ee7
1 changed files with 8 additions and 0 deletions

8
aliases.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
# Aliases file to be sourced and used when it might be convenient
alias all-logs="docker ps -q | xargs -P 10 -L 1 docker logs --follow"
exit 0