# HG changeset patch # User smith@nwoca.org # Date 1457485752 0 # Node ID fd8c9e7950d37eb8ccff6b791fd6e4ff4ac6e4d7 # Parent 99efff8e5337e5510fa168f08fd7324baf15f3b7 use inspect to display ssdt id's diff -r 99efff8e5337 -r fd8c9e7950d3 scripts/d-images.ps --- a/scripts/d-images.ps Wed Mar 09 00:45:02 2016 +0000 +++ b/scripts/d-images.ps Wed Mar 09 01:09:12 2016 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -docker images --format="table {{.Repository}}\t{{.Tag}}\t{{.Label \"io.ssdt.id\"}}\t{{.Label \"io.ssdt.app\"}}\t{{.Label \"io.ssdt.type\"}}" $@ +docker images --filter "label=io.ssdt.id" -q | xargs docker inspect --format "{{.RepoTags}} {{index .Config.Labels \"io.ssdt.id\"}}" --type image