diff --git a/README.md b/README.md index ffe0c2f..5900a5c 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,6 @@ When building the same docker images multiple times, it is easy to leave a lot o without tags, especially when using `` tags. These eat up precious space in the hard drive and have little benefit. The convenience script executes the `docker rmi` command for all images with no tags assigned. + +## License +The contents of this repository are covered under the [MIT License](LICENSE.md) diff --git a/docker_remove_untagged_img.sh b/docker_remove_untagged_img.sh old mode 100755 new mode 100644