Add docker-child script

This commit is contained in:
Pavle Portic 2021-04-10 08:45:07 +02:00
parent bb8410b9af
commit 6e8af7e986
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
for i in $(docker images -q); do docker history $i | grep -q $1 && echo $i; done | sort -u