From 1b3036f3a2d822207df426bcf15e54ce4f6e4d64 Mon Sep 17 00:00:00 2001 From: test2 Date: Sun, 8 Mar 2020 23:42:38 +0200 Subject: [PATCH] docker 3 --- DockerSwarm/Intro-Cloud.adoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/DockerSwarm/Intro-Cloud.adoc b/DockerSwarm/Intro-Cloud.adoc index 1410d84..397bebe 100644 --- a/DockerSwarm/Intro-Cloud.adoc +++ b/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.