Browse Source

docker 3

master
test2 4 years ago
parent
commit
1b3036f3a2
  1. 22
      DockerSwarm/Intro-Cloud.adoc

22
DockerSwarm/Intro-Cloud.adoc

@ -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.

Loading…
Cancel
Save