Add aliases.sh file for convenience (will be updated)
This commit is contained in:
parent
2073f449a8
commit
57c4c08ee7
|
@ -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
|
Loading…
Reference in New Issue