@ -193,6 +193,28 @@ This command is used to display all the images currently installed on the system
- Created − The number of days since the image was created.
- Virtual Size − The size of the image.
==== Removing Docker Images
The Docker images on the system can be removed via the docker rmi command.
.docker images
[source,sh]
----
docker rmi
This command is used to remove Docker images.
Syntax
docker rmi ImageID
----
==== Docker Hub
Docker Hub is a registry service on the cloud that allows you to download Docker images that are built by other communities. You can also upload your own Docker built images to Docker hub.