0 votes
in Docker by
How to delete an image from the local storage system?

1 Answer

0 votes
by

The following command lets you delete an image from the local system:

$ docker rmi <image-id>

...