Mercurial > public > ssdt-docker
view scripts/d-images.sh @ 287:4cc087cde1d0
backup script additions and changes
author | aldrich@nwoca.org |
---|---|
date | Tue, 11 Dec 2018 16:17:25 +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