Fix aliases.sh to take into account all containers
This commit is contained in:
parent
57c4c08ee7
commit
5d9bc302b1
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Aliases file to be sourced and used when it might be convenient
|
# 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"
|
alias all-logs="docker ps -q | xargs -P 13 -L 1 docker logs --follow"
|
||||||
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in New Issue