view scripts/pid2name.sh @ 53:f3773b50a88e

add cleanup script to remove obsolete images
author Dave smith <smith@nwoca.org>
date Mon, 22 Feb 2016 21:21:16 -0500
parents 2e2b47145349
children 334d65dac778
line wrap: on
line source
docker ps -q | xargs docker inspect --format '{{.State.Pid}} {{.Name}}' \
     | grep "^$1" |  sed 's/^.*\///g'