Quickly learn How to remove several Docker images at once with WhaleDeck Shorts. Clear, step-by-step guides for Docker.
The answer is quite simple. The following command shows how to remove the two containers with the names image/1 and image/2 at once.
docker rmi image/1 image/2