aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..654e3e6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+# Dockerfiles #
+
+Simple collection of `Dockerfiles` for different languages, environments,
+GNU/Linux distributions, and contexts.
+
+> Note, the cross-product of the different configurations is not likely going
+> to be the default, but expansion is possible.
+
+## Motivation ##
+
+Managing individual repositories for different Dockerfiles for a few years has
+been a chore. Automated build setup tends to be more cumbersome than desired.
+Therefore, centeralizing all Dockerfiles seems like a solid solution, least we
+mentiion [prior work in the space][0].
+
+## Licensing ##
+
+Unless otherwise mentioned, this code is provided AS-IS, WITHOUT warranty under
+the terms of the GNU General Public License (GPL) version 3 or later. For more
+information about the terms and conditions, please see the attached `LICENSE`
+file or the license can be [read online][1].
+
+[0]: https://github.com/ioben/dockerfiles/
+
+[1]: http://www.gnu.org/licenses/gpl.html