diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-19 20:17:18 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-19 20:17:18 +0200 |
commit | 170f1a455acb2f78f8498f259672457a31bf9b2e (patch) | |
tree | b9ce2d12696f96d9d80f72235dfa5ce591f9a03d | |
parent | 0a3abe137d1f3ee9aa9a88588872f63d40c93b34 (diff) | |
download | docker-status-170f1a455acb2f78f8498f259672457a31bf9b2e.tar.xz |
short ids
-rwxr-xr-x | docker-status.sh | 2 |
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/$/,/ ' |