August 2018
Intermediate to advanced
352 pages
12h 30m
English
The docker image rm command lets you remove images from the Docker host. This command can remove one or more images, and you can specify images using one of the following identifiers:
If the image happens to have more than one tag associated with it, then those tags must be removed before removing the image. Alternatively, you can forcefully remove them using the -f or --force option of the docker image rm command. In such a case, all the tags will also be automatically removed.
Here is the syntax for the docker image rm command:
docker image rm [OPTIONS] ...
Read now
Unlock full access