0 votes
in Docker by

Which command is used to remove a Docker image?

a) docker rmi

b) docker remove

c) docker del

d) docker erase

1 Answer

0 votes
by

a) docker rmi

Explanation:

The docker rmi command removes one or more Docker images from your local machine.

...