- Containers in OpenStack
- Pradeep Kumar Singh Madhuri Kumari
- 38字
- 2021-07-02 21:17:25
Deleting images
To delete an image, run the following:
$ sudo docker rmi hello-world Untagged: hello-world:latest Untagged: hello-world@sha256:b2ba691d8aac9e5ac3644c0788e3d3823f9e97f757f01d2ddc6eb5458df9d801 Deleted: sha256:05a3bd381fc2470695a35f230afefd7bf978b566253199c4ae5cc96fafa29b37 Deleted: sha256:3a36971a9f14df69f90891bf24dc2b9ed9c2d20959b624eab41bbf126272a023
Please refer to the Docker documentation for the rest of the commands related to Docker images.