# HG changeset patch # User aldrich # Date 1591712035 -3600 # Node ID dcaaef5a6a4f8088c5143db5580ab873d6e12ac6 # Parent 477a54ceff94c911c236bf2b9d819ba934a87df7 test diff -r 477a54ceff94 -r dcaaef5a6a4f scripts/d-ps.sh --- a/scripts/d-ps.sh Wed May 20 16:06:33 2020 +0100 +++ b/scripts/d-ps.sh Tue Jun 09 15:13:55 2020 +0100 @@ -1,4 +1,5 @@ #!/bin/bash +#Testing - no changes made docker ps -a --format="table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Label \"io.ssdt.id\"}}\t{{.Label \"io.ssdt.app\"}}\t{{.Label \"io.ssdt.type\"}}" $@