docs: add licensing reference in README.md file

Adding a reference to the LICENSE.md file in the main readme file for
this project. This is to clarify what kind of licensing is this
repository released under.
This commit is contained in:
Manuel Castellin 2020-02-29 14:04:05 +00:00
parent 0063e75796
commit 1cd58650a2
2 changed files with 3 additions and 0 deletions

View File

@ -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 `<latest>` 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)

0
docker_remove_untagged_img.sh Executable file → Normal file
View File