Mercurial > public > ssdt-docker
view scripts/d-images.sh @ 132:a095257a342b
DEP-12: add auto-config of initial integration keys
author | smith@nwoca.org |
---|---|
date | Mon, 08 May 2017 22:13:40 +0100 |
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