Mercurial > public > ssdt-docker
view scripts/d-images.sh @ 417:c3f58eddce4f
INV-475: Added duo properties to inventory scripts.
author | Jason Klinger <klinger@nwoca.org> |
---|---|
date | Mon, 08 May 2023 17:05:19 +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