Mercurial > public > ssdt-docker
view scripts/d-images.sh @ 323:a2efad4e79d9 release/v2.6.0
flow: Created branch 'release/v2.6.0'.
author | aldrich@ssdt-ohio.org |
---|---|
date | Tue, 12 Nov 2019 16:15:52 +0000 |
parents | 9971f134a48e |
children |
line wrap: on
line source
#!/bin/bash docker images --filter "label=io.ssdt.id" -q | xargs docker inspect --format "{{.RepoTags}} {{index .Config.Labels \"io.ssdt.id\"}}" --type image