Fix aliases.sh to take into account all containers

This commit is contained in:
Jean Froment 2019-06-08 20:37:36 +02:00
parent 57c4c08ee7
commit 5d9bc302b1
1 changed files with 1 additions and 1 deletions

View File

@ -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