Login
Remember
Register
Ask a Question
How to delete an image from the local storage system?
0
votes
asked
Aug 29, 2023
in
Docker
by
JackTerrance
How to delete an image from the local storage system?
docker-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 29, 2023
by
JackTerrance
The following command lets you delete an image from the local system:
$ docker rmi <image-id>
...