I’ve been slowly converting from VBox/VMWare over to Docker. There are some benefits to doing this and some downsides, but every once in a while I need to do a bulk clean up of images for any given reason. So to help out in this, I use a command similar to this:
docker rmi -f $(docker images | grep <names of images> | awk ‘{ print $3 }’)
Just thought I would share.
Enjoy!!!
Current Oracle Certs
Bobby Curtis
I’m Bobby Curtis and I’m just your normal average guy who has been working in the technology field for awhile (started when I was 18 with the US Army). The goal of this blog has changed a bit over the years. Initially, it was a general blog where I wrote thoughts down. Then it changed to focus on the Oracle Database, Oracle Enterprise Manager, and eventually Oracle GoldenGate.
If you want to follow me on a more timely manner, I can be followed on twitter at @dbasolved or on LinkedIn under “Bobby Curtis MBA”.