mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-04-28 10:13:41 +01:00
docs: fix documentation wording
This commit is contained in:
parent
890772fde6
commit
82f448367b
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ You can find more details in my blog post [Listing information for all your name
|
||||||
The purpose for this script is to remove all untagged images from the docker local registry.
|
The purpose for this script is to remove all untagged images from the docker local registry.
|
||||||
When building the same docker images multiple times, it is easy to leave a lot of them behind
|
When building the same docker images multiple times, it is easy to leave a lot of them behind
|
||||||
without tags, especially when using `<latest>` tags. These eat up precious space in the
|
without tags, especially when using `<latest>` tags. These eat up precious space in the
|
||||||
hard drive and have little benefit. The convenience script run the `docker rmi` command for all
|
hard drive and have little benefit. The convenience script executes the `docker rmi` command for all
|
||||||
images with no tags assigned.
|
images with no tags assigned.
|
||||||
|
|
Loading…
Add table
Reference in a new issue