I hereby claim:
- I am mlinhard on github.
- I am mlinhard (https://keybase.io/mlinhard) on keybase.
- I have a public key ASDEzXTMW4ULMEdz8M93Ig2iWYY1oej32mMMTogbS6NLrQo
To claim this, I am signing this object:
#!/bin/bash | |
parent_short_id=$1 | |
parent_id=`docker inspect --format '{{.Id}}' $1` | |
get_kids() { | |
local parent_id=$1 | |
docker inspect --format='ID {{.Id}} PAR {{.Parent}}' $(docker images -a -q) | grep "PAR ${parent_id}" | sed -E "s/ID ([^ ]*) PAR ([^ ]*)/\1/g" | |
} | |
print_kids() { |
I hereby claim:
To claim this, I am signing this object: