We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a8d33 commit 39eae48Copy full SHA for 39eae48
compose/bin/docker-stats
@@ -7,4 +7,4 @@ if [ -z "$container_ids" ]; then
7
exit 1
8
fi
9
10
-docker stats $container_ids
+docker stats "$container_ids"
0 commit comments