Mercurial > public > ssdt-docker
changeset 360:dcaaef5a6a4f
test
author | aldrich |
---|---|
date | Tue, 09 Jun 2020 15:13:55 +0100 |
parents | 477a54ceff94 |
children | 2e65334684d8 |
files | scripts/d-ps.sh |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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\"}}" $@