Docker Misc Remove all images except phpmyadmin docker image rm -f $(docker image ls -a | grep -v phpmyadmin | awk '{print $3}' | tail -n +2)