My main issue is dealing with orphan images.
docker rmi `docker images | awk '{ print $3; }'`
Does the trick… however it feels like I am playing with fire and it raises lots of errors.
Share and learn in the Docker community.
My main issue is dealing with orphan images.
docker rmi `docker images | awk '{ print $3; }'`
Does the trick… however it feels like I am playing with fire and it raises lots of errors.