summaryrefslogtreecommitdiff
path: root/docker-status.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker-status.sh')
-rwxr-xr-xdocker-status.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-status.sh b/docker-status.sh
index 461ed44..affc205 100755
--- a/docker-status.sh
+++ b/docker-status.sh
@@ -3,7 +3,7 @@
echo "Content-Type: application/json"
echo ""
printf '[\n'
-docker ps --format json --no-trunc \
+docker ps --format json \
| sed '
$! s/$/,/
'