view scripts/d-images.sh @ 260:6aecbb32c587

fix script to not start stopped containers
author aldrich@nwoca.org
date Thu, 12 Jul 2018 16:04:09 +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