This repo is to simplify our core network deployment using docker containers. We are using the following submodules in the repository:
The other dirctories are as follows:
./configurations/
has files specific to a deployment that has been tested and runs. There can be some path dependencies that you might need to change../shared/
is shared between the VMs and the host machine../docs/
has some documentation that might be useful../scripts/
has some scripts that might be useful.
Please note while cloning the you need to use the '--recursive-submodule flag':
git clone --recursive-submodule https://github.com/spring-iitd/dockersed-core-network
Please note, the changes you are making in the submodules would reflect in the host repository. I would recommend following keeping your changes in this repository only and not in the sub-dirctories.