docs: fix documentation wording

pull/11/head
Manuel Castellin 2020-02-28 18:51:16 +00:00
rodzic 890772fde6
commit 82f448367b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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