Mercurial > public > ssdt-docker
view scripts/d-images.sh @ 288:ad3790b4e819
DEP-16: remove pilot configurations
author | smith@nwoca.org |
---|---|
date | Wed, 26 Dec 2018 15:53:31 +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