added initial README.md

This commit is contained in:
Brian Long 2020-12-16 22:45:15 -05:00
parent b37611a67c
commit 0a7f58d483

5
README.md Normal file
View File

@ -0,0 +1,5 @@
## Purpose
This Git Repository intends to represent environments in Docker Compose. All environments are effectively a derivative of other environments. The original environment is the environment represented by the `base` branch. All derivative environments are represented by other branches. Those branches are named in the format `{core}.{parent}`.