From 5d9bc302b1db469e0bb21f99ab8fd2ed93992206 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Sat, 8 Jun 2019 20:37:36 +0200 Subject: [PATCH] Fix aliases.sh to take into account all containers --- aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.sh b/aliases.sh index fc87217..6c3f29c 100644 --- a/aliases.sh +++ b/aliases.sh @@ -2,7 +2,7 @@ # 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 \ No newline at end of file